#59351A

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

Shades of Baker's Chocolate #59351A

Tints of Baker's Chocolate #59351A

Color information

#59351A (or 0x59351A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 35 and 1A. RGB value is (89,53,26). Sum of RGB (Red+Green+Blue) = 89+53+26=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59351A is #A6CAE5. Grayscale: #3C3C3C. Windows color (decimal): -10930918 or 1717593. OLE color: 1717593.

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

Color convert

RGB895326-
CMYK00.400.710.65
HSL25.71º54.78%22.55%-
HSV(B)25.71º70.79%34.9%-
XYZ5.584.741.6-
YUV60.69108.43148.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.98%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 26 (10.55% from 255) = 15.48%
R=52.98%
G=31.55%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89532600.400.710.6525.7154.7822.55
Hex59351A02847411a3717
Octal1316532050107101326727
Binary1011001110101110100101000100011110000011101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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