#59381B

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

Shades of Baker's Chocolate #59381B

Tints of Baker's Chocolate #59381B

Color information

#59381B (or 0x59381B) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 38 and 1B. RGB value is (89,56,27). Sum of RGB (Red+Green+Blue) = 89+56+27=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59381B is #A6C7E4. Grayscale: #3E3E3E. Windows color (decimal): -10930149 or 1783897. OLE color: 1783897.

HSL color Cylindrical-coordinate representation of color #59381B: hue angle of 28.06º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59381B is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB895627-
CMYK00.370.700.65
HSL28.06º53.45%22.75%-
HSV(B)28.06º69.66%34.9%-
XYZ5.735.031.71-
YUV62.56107.93146.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.74%
GREEN value IS 56 (22.27% from 255) = 32.56%
BLUE value IS 27 (10.94% from 255) = 15.70%
R=51.74%
G=32.56%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89562700.370.700.6528.0653.4522.75
Hex59381B02546411c3517
Octal1317033045106101346527
Binary1011001111000110110100101100011010000011110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,56,27); }

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

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

 a { background-color: rgb(89,56,27); }

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

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

 span { border-color: rgb(89,56,27); }

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