#5C331F

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

Shades of Baker's Chocolate #5C331F

Tints of Baker's Chocolate #5C331F

Color information

#5C331F (or 0x5C331F) is unknown color: approx Baker's Chocolate. HEX triplet: 5C, 33 and 1F. RGB value is (92,51,31). Sum of RGB (Red+Green+Blue) = 92+51+31=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C331F is #A3CCE0. Grayscale: #3D3D3D. Windows color (decimal): -10734817 or 2044764. OLE color: 2044764.

HSL color Cylindrical-coordinate representation of color #5C331F: hue angle of 19.67º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C331F is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB925131-
CMYK00.450.660.64
HSL19.67º49.59%24.12%-
HSV(B)19.67º66.3%36.08%-
XYZ5.844.741.9-
YUV60.98111.08150.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 52.87%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=52.87%
G=29.31%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92513100.450.660.6419.6749.5924.12
Hex5C331F02D4240143218
Octal1346337055102100246230
Binary1011100110011111110101101100001010000001010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,51,31); }

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

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

 a { background-color: rgb(92,51,31); }

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

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

 span { border-color: rgb(92,51,31); }

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