#5A3316

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

Shades of Baker's Chocolate #5A3316

Tints of Baker's Chocolate #5A3316

Color information

#5A3316 (or 0x5A3316) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 33 and 16. RGB value is (90,51,22). Sum of RGB (Red+Green+Blue) = 90+51+22=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3316 is #A5CCE9. Grayscale: #3B3B3B. Windows color (decimal): -10865898 or 1454938. OLE color: 1454938.

HSL color Cylindrical-coordinate representation of color #5A3316: hue angle of 25.59º 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 #5A3316 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB905122-
CMYK00.430.760.65
HSL25.59º60.71%21.96%-
HSV(B)25.59º75.56%35.29%-
XYZ5.554.61.35-
YUV59.36106.92149.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.21%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=55.21%
G=31.29%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90512200.430.760.6525.5960.7121.96
Hex5A331602B4C411a3d16
Octal1326326053114101327526
Binary1011010110011101100101011100110010000011101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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