#cb9825

Color #CB9825 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #CB9825

Tints of Nugget #CB9825

Color information

#CB9825 (or 0xCB9825) is unknown color: approx Nugget. HEX triplet: CB, 98 and 25. RGB value is (203,152,37). Sum of RGB (Red+Green+Blue) = 203+152+37=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9825 is #3467DA. Grayscale: #9A9A9A. Windows color (decimal): -3434459 or 2463947. OLE color: 2463947.

HSL color Cylindrical-coordinate representation of color #CB9825: hue angle of 41.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB9825 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB20315237-
CMYK00.250.820.20
HSL41.57º69.17%47.06%-
HSV(B)41.57º81.77%79.61%-
XYZ36.1935.296.65-
YUV154.1461.9162.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 51.79%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 37 (14.84% from 255) = 9.44%
R=51.79%
G=38.78%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031523700.250.820.2041.5769.1747.06
HexCB982501952142a452f
Octal31323045031122245210557
Binary11001011100110001001010110011010010101001010101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb9825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb9825; }

 p { color: rgb(203,152,37); }

 H1.HeaderClassName
 {
   color: #cb9825;
 }
 .AnyTagClassName
 {
   color: #cb9825;
 }
</style>
background-color css

<style>
 a { background-color: #cb9825; }

 a { background-color: rgb(203,152,37); }

 div.DivClassName
 {
   background-color: #cb9825;
 }
 .BgClassName
 {
   background-color: #cb9825;
 }
</style>
border-color css

<style>
 span { border-color: #cb9825; }

 span { border-color: rgb(203,152,37); }

 td.TdClassName
 {
   border-color: #cb9825;
 }
 .TagClassName
 {
   border-color: #cb9825;
 }
</style>