#CB9829

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

Shades of Nugget #CB9829

Tints of Nugget #CB9829

Color information

#CB9829 (or 0xCB9829) is unknown color: approx Nugget. HEX triplet: CB, 98 and 29. RGB value is (203,152,41). Sum of RGB (Red+Green+Blue) = 203+152+41=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9829 is #3467D6. Grayscale: #9B9B9B. Windows color (decimal): -3434455 or 2726091. OLE color: 2726091.

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

Color convert

RGB20315241-
CMYK00.250.800.20
HSL41.11º66.39%47.84%-
HSV(B)41.11º79.8%79.61%-
XYZ36.2635.317-
YUV154.663.9162.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 41 (16.41% from 255) = 10.35%
R=51.26%
G=38.38%
B=10.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031524100.250.800.2041.1166.3947.84
HexCB98290195014294230
Octal31323051031120245110260
Binary11001011100110001010010110011010000101001010011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9829; }

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

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

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

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

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

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

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

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