#592714

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

Shades of Baker's Chocolate #592714

Tints of Baker's Chocolate #592714

Color information

#592714 (or 0x592714) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 27 and 14. RGB value is (89,39,20). Sum of RGB (Red+Green+Blue) = 89+39+20=148 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.14% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 89 - color contains mainly: red. Hex color #592714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #592714 is #A6D8EB. Grayscale: #333333. Windows color (decimal): -10934508 or 1320793. OLE color: 1320793.

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

Color convert

RGB893920-
CMYK00.560.780.65
HSL16.52º63.3%21.37%-
HSV(B)16.52º77.53%34.9%-
XYZ4.973.631.1-
YUV51.78110.06154.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 60.14%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=60.14%
G=26.35%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89392000.560.780.6516.5263.321.37
Hex5927140384E41113f15
Octal1314724070116101217725
Binary1011001100111101000111000100111010000011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592714; }

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

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

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

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

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

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

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

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