#5A3B16

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

Shades of Baker's Chocolate #5A3B16

Tints of Baker's Chocolate #5A3B16

Color information

#5A3B16 (or 0x5A3B16) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 3B and 16. RGB value is (90,59,22). Sum of RGB (Red+Green+Blue) = 90+59+22=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3B16 is #A5C4E9. Grayscale: #404040. Windows color (decimal): -10863850 or 1456986. OLE color: 1456986.

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

Color convert

RGB905922-
CMYK00.340.760.65
HSL32.65º60.71%21.96%-
HSV(B)32.65º75.56%35.29%-
XYZ5.935.361.48-
YUV64.05104.27146.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.63%
GREEN value IS 59 (23.44% from 255) = 34.50%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=52.63%
G=34.50%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90592200.340.760.6532.6560.7121.96
Hex5A3B160224C41213d16
Octal1327326042114101417526
Binary10110101110111011001000101001100100000110000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,59,22); }

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

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

 a { background-color: rgb(90,59,22); }

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

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

 span { border-color: rgb(90,59,22); }

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