#5A3616

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

Shades of Baker's Chocolate #5A3616

Tints of Baker's Chocolate #5A3616

Color information

#5A3616 (or 0x5A3616) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 36 and 16. RGB value is (90,54,22). Sum of RGB (Red+Green+Blue) = 90+54+22=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3616 is #A5C9E9. Grayscale: #3D3D3D. Windows color (decimal): -10865130 or 1455706. OLE color: 1455706.

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

Color convert

RGB905422-
CMYK00.400.760.65
HSL28.24º60.71%21.96%-
HSV(B)28.24º75.56%35.29%-
XYZ5.684.871.4-
YUV61.12105.93148.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.22%
GREEN value IS 54 (21.48% from 255) = 32.53%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=54.22%
G=32.53%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90542200.400.760.6528.2460.7121.96
Hex5A36160284C411c3d16
Octal1326626050114101347526
Binary1011010110110101100101000100110010000011110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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