#592701

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

Shades of Baker's Chocolate #592701

Tints of Baker's Chocolate #592701

Color information

#592701 (or 0x592701) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 27 and 01. RGB value is (89,39,1). Sum of RGB (Red+Green+Blue) = 89+39+1=129 (17% of max value = 765). Red value is 89 (35.16% from 255 or 68.99% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 89 - color contains mainly: red. Hex color #592701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592701 is #A6D8FE. Grayscale: #313131. Windows color (decimal): -10934527 or 75609. OLE color: 75609.

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

Color convert

RGB89391-
CMYK00.560.990.65
HSL25.91º97.78%17.65%-
HSV(B)25.91º98.88%34.9%-
XYZ4.853.580.46-
YUV49.62100.56156.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 68.99%
GREEN value IS 39 (15.62% from 255) = 30.23%
BLUE value IS 1 (0.78% from 255) = 0.78%
R=68.99%
G=30.23%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8939100.560.990.6525.9197.7817.65
Hex5927103863411a6212
Octal1314710701431013214222
Binary1011001100111101110001100011100000111010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592701; }

 p { color: rgb(89,39,1); }

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

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

 a { background-color: rgb(89,39,1); }

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

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

 span { border-color: rgb(89,39,1); }

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