#592508

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

Shades of Baker's Chocolate #592508

Tints of Baker's Chocolate #592508

Color information

#592508 (or 0x592508) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 25 and 08. RGB value is (89,37,8). Sum of RGB (Red+Green+Blue) = 89+37+8=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #592508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592508 is #A6DAF7. Grayscale: #313131. Windows color (decimal): -10935032 or 533849. OLE color: 533849.

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

Color convert

RGB89378-
CMYK00.580.910.65
HSL21.48º83.51%19.02%-
HSV(B)21.48º91.01%34.9%-
XYZ4.833.460.64-
YUV49.24104.73156.36-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 66.42%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 8 (3.52% from 255) = 5.97%
R=66.42%
G=27.61%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8937800.580.910.6521.4883.5119.02
Hex5925803A5B41155413
Octal13145100721331012512423
Binary1011001100101100001110101011011100000110101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592508; }

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

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

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

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

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

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

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

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