#592005

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

Shades of Baker's Chocolate #592005

Tints of Baker's Chocolate #592005

Color information

#592005 (or 0x592005) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 20 and 05. RGB value is (89,32,5). Sum of RGB (Red+Green+Blue) = 89+32+5=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #592005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592005 is #A6DFFA. Grayscale: #2E2E2E. Windows color (decimal): -10936315 or 335961. OLE color: 335961.

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

Color convert

RGB89325-
CMYK00.640.940.65
HSL19.29º89.36%18.43%-
HSV(B)19.29º94.38%34.9%-
XYZ4.663.170.51-
YUV45.96104.88158.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 70.63%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 5 (2.34% from 255) = 3.97%
R=70.63%
G=25.40%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8932500.640.940.6519.2989.3618.43
Hex592050405E41135912
Octal13140501001361012313122
Binary1011001100000101010000001011110100000110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592005; }

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

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

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

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

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

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

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

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