#59250D

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

Shades of Baker's Chocolate #59250D

Tints of Baker's Chocolate #59250D

Color information

#59250D (or 0x59250D) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 25 and 0D. RGB value is (89,37,13). Sum of RGB (Red+Green+Blue) = 89+37+13=139 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.03% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 13 (5.47% from 255 or 9.35% from 139); Max value from RGB is 89 - color contains mainly: red. Hex color #59250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59250D is #A6DAF2. Grayscale: #313131. Windows color (decimal): -10935027 or 861529. OLE color: 861529.

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

Color convert

RGB893713-
CMYK00.580.850.65
HSL18.95º74.51%20%-
HSV(B)18.95º85.39%34.9%-
XYZ4.853.480.8-
YUV49.81107.23155.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.03%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 13 (5.47% from 255) = 9.35%
R=64.03%
G=26.62%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89371300.580.850.6518.9574.5120
Hex5925D03A5541134b14
Octal13145150721251012311324
Binary1011001100101110101110101010101100000110011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59250D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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