#59301A

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

Shades of Baker's Chocolate #59301A

Tints of Baker's Chocolate #59301A

Color information

#59301A (or 0x59301A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 30 and 1A. RGB value is (89,48,26). Sum of RGB (Red+Green+Blue) = 89+48+26=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #59301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59301A is #A6CFE5. Grayscale: #393939. Windows color (decimal): -10932198 or 1716313. OLE color: 1716313.

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

Color convert

RGB894826-
CMYK00.460.710.65
HSL20.95º54.78%22.55%-
HSV(B)20.95º70.79%34.9%-
XYZ5.364.311.53-
YUV57.75110.08150.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=54.60%
G=29.45%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89482600.460.710.6520.9554.7822.55
Hex59301A02E4741153717
Octal1316032056107101256727
Binary1011001110000110100101110100011110000011010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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