#5A3A15

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

Shades of Baker's Chocolate #5A3A15

Tints of Baker's Chocolate #5A3A15

Color information

#5A3A15 (or 0x5A3A15) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 3A and 15. RGB value is (90,58,21). Sum of RGB (Red+Green+Blue) = 90+58+21=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3A15 is #A5C5EA. Grayscale: #3F3F3F. Windows color (decimal): -10864107 or 1391194. OLE color: 1391194.

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

Color convert

RGB905821-
CMYK00.360.770.65
HSL32.17º62.16%21.76%-
HSV(B)32.17º76.67%35.29%-
XYZ5.865.251.41-
YUV63.35104.1147.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.25%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=53.25%
G=34.32%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90582100.360.770.6532.1762.1621.76
Hex5A3A150244D41203e16
Octal1327225044115101407626
Binary10110101110101010101001001001101100000110000011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,58,21); }

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

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

 a { background-color: rgb(90,58,21); }

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

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

 span { border-color: rgb(90,58,21); }

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