#5C2408

Color #5C2408 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5C2408

Tints of Baker's Chocolate #5C2408

Color information

#5C2408 (or 0x5C2408) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 24 and 08. RGB value is (92,36,8). Sum of RGB (Red+Green+Blue) = 92+36+8=136 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.65% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C2408 is #A3DBF7. Grayscale: #313131. Windows color (decimal): -10738680 or 533596. OLE color: 533596.

HSL color Cylindrical-coordinate representation of color #5C2408: hue angle of 20º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C2408 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB92368-
CMYK00.610.910.64
HSL20º84%19.61%-
HSV(B)20º91.3%36.08%-
XYZ5.093.550.65-
YUV49.55104.55158.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 67.65%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 8 (3.52% from 255) = 5.88%
R=67.65%
G=26.47%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9236800.610.910.64208419.61
Hex5C24803D5B40145414
Octal13444100751331002412424
Binary1011100100100100001111011011011100000010100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C2408; }

 p { color: rgb(92,36,8); }

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

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

 a { background-color: rgb(92,36,8); }

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

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

 span { border-color: rgb(92,36,8); }

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