#592808

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

Shades of Baker's Chocolate #592808

Tints of Baker's Chocolate #592808

Color information

#592808 (or 0x592808) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 28 and 08. RGB value is (89,40,8). Sum of RGB (Red+Green+Blue) = 89+40+8=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #592808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592808 is #A6D7F7. Grayscale: #333333. Windows color (decimal): -10934264 or 534617. OLE color: 534617.

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

Color convert

RGB89408-
CMYK00.550.910.65
HSL23.7º83.51%19.02%-
HSV(B)23.7º91.01%34.9%-
XYZ4.923.660.68-
YUV51103.73155.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.96%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 8 (3.52% from 255) = 5.84%
R=64.96%
G=29.20%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8940800.550.910.6523.783.5119.02
Hex592880375B41185413
Octal13150100671331013012423
Binary1011001101000100001101111011011100000111000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592808; }

 p { color: rgb(89,40,8); }

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

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

 a { background-color: rgb(89,40,8); }

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

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

 span { border-color: rgb(89,40,8); }

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