#5C3204

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

Shades of Baker's Chocolate #5C3204

Tints of Baker's Chocolate #5C3204

Color information

#5C3204 (or 0x5C3204) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 32 and 04. RGB value is (92,50,4). Sum of RGB (Red+Green+Blue) = 92+50+4=146 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.01% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3204 is #A3CDFB. Grayscale: #393939. Windows color (decimal): -10735100 or 275036. OLE color: 275036.

HSL color Cylindrical-coordinate representation of color #5C3204: hue angle of 31.36º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C3204 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB92504-
CMYK00.460.960.64
HSL31.36º91.67%18.82%-
HSV(B)31.36º95.65%36.08%-
XYZ5.584.570.7-
YUV57.3197.91152.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 63.01%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 4 (1.95% from 255) = 2.74%
R=63.01%
G=34.25%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9250400.460.960.6431.3691.6718.82
Hex5C32402E60401f5c13
Octal1346240561401003713423
Binary101110011001010001011101100000100000011111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,50,4); }

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

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

 a { background-color: rgb(92,50,4); }

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

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

 span { border-color: rgb(92,50,4); }

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