#592000

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

Shades of Baker's Chocolate #592000

Tints of Baker's Chocolate #592000

Color information

#592000 (or 0x592000) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 20 and 00. RGB value is (89,32,0). Sum of RGB (Red+Green+Blue) = 89+32+0=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #592000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592000 is #A6DFFF. Grayscale: #2D2D2D. Windows color (decimal): -10936320 or 8281. OLE color: 8281.

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

Color convert

RGB89320-
CMYK00.6410.65
HSL21.57º100%17.45%-
HSV(B)21.57º100%34.9%-
XYZ4.643.160.36-
YUV45.4102.38159.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 73.55%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.55%
G=26.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932000.6410.6521.5710017.45
Hex592000406441166411
Octal13140001001441012614421
Binary10110011000000010000001100100100000110110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592000; }

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

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

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

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

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

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

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

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