#59250E

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

Shades of Baker's Chocolate #59250E

Tints of Baker's Chocolate #59250E

Color information

#59250E (or 0x59250E) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 25 and 0E. RGB value is (89,37,14). Sum of RGB (Red+Green+Blue) = 89+37+14=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59250E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59250E is #A6DAF1. Grayscale: #323232. Windows color (decimal): -10935026 or 927065. OLE color: 927065.

HSL color Cylindrical-coordinate representation of color #59250E: hue angle of 18.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59250E is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB893714-
CMYK00.580.840.65
HSL18.4º72.82%20.2%-
HSV(B)18.4º84.27%34.9%-
XYZ4.863.480.83-
YUV49.93107.73155.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.57%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 14 (5.86% from 255) = 10%
R=63.57%
G=26.43%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89371400.580.840.6518.472.8220.2
Hex5925E03A5441124914
Octal13145160721241012211124
Binary1011001100101111001110101010100100000110010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59250E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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