#59250A

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

Shades of Baker's Chocolate #59250A

Tints of Baker's Chocolate #59250A

Color information

#59250A (or 0x59250A) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 25 and 0A. RGB value is (89,37,10). Sum of RGB (Red+Green+Blue) = 89+37+10=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59250A is #A6DAF5. Grayscale: #313131. Windows color (decimal): -10935030 or 664921. OLE color: 664921.

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

Color convert

RGB893710-
CMYK00.580.890.65
HSL20.51º79.8%19.41%-
HSV(B)20.51º88.76%34.9%-
XYZ4.843.470.7-
YUV49.47105.73156.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 65.44%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=65.44%
G=27.21%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89371000.580.890.6520.5179.819.41
Hex5925A03A5941155013
Octal13145120721311012512023
Binary1011001100101101001110101011001100000110101101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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