#592802

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

Shades of Baker's Chocolate #592802

Tints of Baker's Chocolate #592802

Color information

#592802 (or 0x592802) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 28 and 02. RGB value is (89,40,2). Sum of RGB (Red+Green+Blue) = 89+40+2=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #592802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592802 is #A6D7FD. Grayscale: #323232. Windows color (decimal): -10934270 or 141401. OLE color: 141401.

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

Color convert

RGB89402-
CMYK00.550.980.65
HSL26.21º95.6%17.84%-
HSV(B)26.21º97.75%34.9%-
XYZ4.893.650.5-
YUV50.32100.73155.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 67.94%
GREEN value IS 40 (16.02% from 255) = 30.53%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=67.94%
G=30.53%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8940200.550.980.6526.2195.617.84
Hex5928203762411a6012
Octal1315020671421013214022
Binary10110011010001001101111100010100000111010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592802; }

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

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

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

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

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

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

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

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