#592908

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

Shades of Baker's Chocolate #592908

Tints of Baker's Chocolate #592908

Color information

#592908 (or 0x592908) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 29 and 08. RGB value is (89,41,8). Sum of RGB (Red+Green+Blue) = 89+41+8=138 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.49% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 89 - color contains mainly: red. Hex color #592908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592908 is #A6D6F7. Grayscale: #333333. Windows color (decimal): -10934008 or 534873. OLE color: 534873.

HSL color Cylindrical-coordinate representation of color #592908: hue angle of 24.44º 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 #592908 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB89418-
CMYK00.540.910.65
HSL24.44º83.51%19.02%-
HSV(B)24.44º91.01%34.9%-
XYZ4.963.730.69-
YUV51.59103.4154.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 64.49%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 8 (3.52% from 255) = 5.80%
R=64.49%
G=29.71%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8941800.540.910.6524.4483.5119.02
Hex592980365B41185413
Octal13151100661331013012423
Binary1011001101001100001101101011011100000111000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592908; }

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

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

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

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

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

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

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

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