#59250B

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

Shades of Baker's Chocolate #59250B

Tints of Baker's Chocolate #59250B

Color information

#59250B (or 0x59250B) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 25 and 0B. RGB value is (89,37,11). Sum of RGB (Red+Green+Blue) = 89+37+11=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59250B is #A6DAF4. Grayscale: #313131. Windows color (decimal): -10935029 or 730457. OLE color: 730457.

HSL color Cylindrical-coordinate representation of color #59250B: hue angle of 20º 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 #59250B is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB893711-
CMYK00.580.880.65
HSL20º78%19.61%-
HSV(B)20º87.64%34.9%-
XYZ4.843.470.73-
YUV49.58106.23156.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.96%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=64.96%
G=27.01%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89371100.580.880.65207819.61
Hex5925B03A5841144e14
Octal13145130721301012411624
Binary1011001100101101101110101011000100000110100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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