#59390B

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

Shades of Baker's Chocolate #59390B

Tints of Baker's Chocolate #59390B

Color information

#59390B (or 0x59390B) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 39 and 0B. RGB value is (89,57,11). Sum of RGB (Red+Green+Blue) = 89+57+11=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59390B is #A6C6F4. Grayscale: #3D3D3D. Windows color (decimal): -10929909 or 735577. OLE color: 735577.

HSL color Cylindrical-coordinate representation of color #59390B: hue angle of 35.38º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #59390B is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB895711-
CMYK00.360.880.65
HSL35.38º78%19.61%-
HSV(B)35.38º87.64%34.9%-
XYZ5.645.071-
YUV61.3299.6147.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 11 (4.69% from 255) = 7.01%
R=56.69%
G=36.31%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89571100.360.880.6535.387819.61
Hex5939B0245841234e14
Octal13171130441301014311624
Binary10110011110011011010010010110001000001100011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59390B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59390B; }

 p { color: rgb(89,57,11); }

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

<style>
 a { background-color: #59390B; }

 a { background-color: rgb(89,57,11); }

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

<style>
 span { border-color: #59390B; }

 span { border-color: rgb(89,57,11); }

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