#5C3216

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

Shades of Baker's Chocolate #5C3216

Tints of Baker's Chocolate #5C3216

Color information

#5C3216 (or 0x5C3216) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 32 and 16. RGB value is (92,50,22). Sum of RGB (Red+Green+Blue) = 92+50+22=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C3216 is #A3CDE9. Grayscale: #3B3B3B. Windows color (decimal): -10735082 or 1454684. OLE color: 1454684.

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

Color convert

RGB925022-
CMYK00.460.760.64
HSL24º61.4%22.35%-
HSV(B)24º76.09%36.08%-
XYZ5.74.611.35-
YUV59.37106.91151.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 56.10%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 22 (8.98% from 255) = 13.41%
R=56.10%
G=30.49%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92502200.460.760.642461.422.35
Hex5C321602E4C40183d16
Octal1346226056114100307526
Binary1011100110010101100101110100110010000001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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