#592F1B

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

Shades of Baker's Chocolate #592F1B

Tints of Baker's Chocolate #592F1B

Color information

#592F1B (or 0x592F1B) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 2F and 1B. RGB value is (89,47,27). Sum of RGB (Red+Green+Blue) = 89+47+27=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #592F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #592F1B is #A6D0E4. Grayscale: #393939. Windows color (decimal): -10932453 or 1781593. OLE color: 1781593.

HSL color Cylindrical-coordinate representation of color #592F1B: hue angle of 19.35º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #592F1B is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB894727-
CMYK00.470.700.65
HSL19.35º53.45%22.75%-
HSV(B)19.35º69.66%34.9%-
XYZ5.334.241.57-
YUV57.28110.91150.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=54.60%
G=28.83%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89472700.470.700.6519.3553.4522.75
Hex592F1B02F4641133517
Octal1315733057106101236527
Binary1011001101111110110101111100011010000011001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592F1B; }

 p { color: rgb(89,47,27); }

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

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

 a { background-color: rgb(89,47,27); }

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

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

 span { border-color: rgb(89,47,27); }

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