#59331A

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

Shades of Baker's Chocolate #59331A

Tints of Baker's Chocolate #59331A

Color information

#59331A (or 0x59331A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 33 and 1A. RGB value is (89,51,26). Sum of RGB (Red+Green+Blue) = 89+51+26=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59331A is #A6CCE5. Grayscale: #3B3B3B. Windows color (decimal): -10931430 or 1717081. OLE color: 1717081.

HSL color Cylindrical-coordinate representation of color #59331A: hue angle of 23.81º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #59331A is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB895126-
CMYK00.430.710.65
HSL23.81º54.78%22.55%-
HSV(B)23.81º70.79%34.9%-
XYZ5.494.571.57-
YUV59.51109.09149.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=53.61%
G=30.72%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89512600.430.710.6523.8154.7822.55
Hex59331A02B4741183717
Octal1316332053107101306727
Binary1011001110011110100101011100011110000011100011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59331A; }

 p { color: rgb(89,51,26); }

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

<style>
 a { background-color: #59331A; }

 a { background-color: rgb(89,51,26); }

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

<style>
 span { border-color: #59331A; }

 span { border-color: rgb(89,51,26); }

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