#592007

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

Shades of Baker's Chocolate #592007

Tints of Baker's Chocolate #592007

Color information

#592007 (or 0x592007) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 20 and 07. RGB value is (89,32,7). Sum of RGB (Red+Green+Blue) = 89+32+7=128 (16% of max value = 765). Red value is 89 (35.16% from 255 or 69.53% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 89 - color contains mainly: red. Hex color #592007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592007 is #A6DFF8. Grayscale: #2E2E2E. Windows color (decimal): -10936313 or 467033. OLE color: 467033.

HSL color Cylindrical-coordinate representation of color #592007: hue angle of 18.29º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #592007 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB89327-
CMYK00.640.920.65
HSL18.29º85.42%18.82%-
HSV(B)18.29º92.13%34.9%-
XYZ4.673.170.57-
YUV46.19105.88158.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 69.53%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=69.53%
G=25%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932700.640.920.6518.2985.4218.82
Hex592070405C41125513
Octal13140701001341012212523
Binary1011001100000111010000001011100100000110010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592007; }

 p { color: rgb(89,32,7); }

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

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

 a { background-color: rgb(89,32,7); }

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

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

 span { border-color: rgb(89,32,7); }

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