#5A2C06

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

Shades of Baker's Chocolate #5A2C06

Tints of Baker's Chocolate #5A2C06

Color information

#5A2C06 (or 0x5A2C06) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 2C and 06. RGB value is (90,44,6). Sum of RGB (Red+Green+Blue) = 90+44+6=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2C06 is #A5D3F9. Grayscale: #353535. Windows color (decimal): -10867706 or 404570. OLE color: 404570.

HSL color Cylindrical-coordinate representation of color #5A2C06: hue angle of 27.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A2C06 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB90446-
CMYK00.510.930.65
HSL27.14º87.5%18.82%-
HSV(B)27.14º93.33%35.29%-
XYZ5.153.990.67-
YUV53.42101.24154.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.29%
GREEN value IS 44 (17.58% from 255) = 31.43%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=64.29%
G=31.43%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9044600.510.930.6527.1487.518.82
Hex5A2C60335D411b5813
Octal1325460631351013313023
Binary101101010110011001100111011101100000111011101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,44,6); }

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

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

 a { background-color: rgb(90,44,6); }

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

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

 span { border-color: rgb(90,44,6); }

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