#592501

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

Shades of Baker's Chocolate #592501

Tints of Baker's Chocolate #592501

Color information

#592501 (or 0x592501) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 25 and 01. RGB value is (89,37,1). Sum of RGB (Red+Green+Blue) = 89+37+1=127 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.08% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 89 - color contains mainly: red. Hex color #592501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592501 is #A6DAFE. Grayscale: #303030. Windows color (decimal): -10935039 or 75097. OLE color: 75097.

HSL color Cylindrical-coordinate representation of color #592501: hue angle of 24.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #592501 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB89371-
CMYK00.580.990.65
HSL24.55º97.78%17.65%-
HSV(B)24.55º98.88%34.9%-
XYZ4.793.450.44-
YUV48.44101.23156.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.08%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 1 (0.78% from 255) = 0.79%
R=70.08%
G=29.13%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8937100.580.990.6524.5597.7817.65
Hex5925103A6341196212
Octal1314510721431013114222
Binary1011001100101101110101100011100000111001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592501; }

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

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

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

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

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

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

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

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