#5A3808

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

Shades of Baker's Chocolate #5A3808

Tints of Baker's Chocolate #5A3808

Color information

#5A3808 (or 0x5A3808) is unknown color: approx Baker's Chocolate. HEX triplet: 5A, 38 and 08. RGB value is (90,56,8). Sum of RGB (Red+Green+Blue) = 90+56+8=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A3808 is #A5C7F7. Grayscale: #3C3C3C. Windows color (decimal): -10864632 or 538714. OLE color: 538714.

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

Color convert

RGB90568-
CMYK00.380.910.65
HSL35.12º83.67%19.22%-
HSV(B)35.12º91.11%35.29%-
XYZ5.675.020.9-
YUV60.6998.26148.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.44%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=58.44%
G=36.36%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9056800.380.910.6535.1283.6719.22
Hex5A3880265B41235413
Octal13270100461331014312423
Binary10110101110001000010011010110111000001100011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,56,8); }

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

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

 a { background-color: rgb(90,56,8); }

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

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

 span { border-color: rgb(90,56,8); }

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