#59270D

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

Shades of Baker's Chocolate #59270D

Tints of Baker's Chocolate #59270D

Color information

#59270D (or 0x59270D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 27 and 0D. RGB value is (89,39,13). Sum of RGB (Red+Green+Blue) = 89+39+13=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59270D is #A6D8F2. Grayscale: #333333. Windows color (decimal): -10934515 or 862041. OLE color: 862041.

HSL color Cylindrical-coordinate representation of color #59270D: hue angle of 20.53º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59270D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB893913-
CMYK00.560.850.65
HSL20.53º74.51%20%-
HSV(B)20.53º85.39%34.9%-
XYZ4.923.60.82-
YUV50.99106.56155.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.12%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=63.12%
G=27.66%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89391300.560.850.6520.5374.5120
Hex5927D0385541154b14
Octal13147150701251012511324
Binary1011001100111110101110001010101100000110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59270D; }

 p { color: rgb(89,39,13); }

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

<style>
 a { background-color: #59270D; }

 a { background-color: rgb(89,39,13); }

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

<style>
 span { border-color: #59270D; }

 span { border-color: rgb(89,39,13); }

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