#593F07

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

Shades of Baker's Chocolate #593F07

Tints of Baker's Chocolate #593F07

Color information

#593F07 (or 0x593F07) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 3F and 07. RGB value is (89,63,7). Sum of RGB (Red+Green+Blue) = 89+63+7=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #593F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593F07 is #A6C0F8. Grayscale: #404040. Windows color (decimal): -10928377 or 474969. OLE color: 474969.

HSL color Cylindrical-coordinate representation of color #593F07: hue angle of 40.98º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #593F07 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB89637-
CMYK00.290.920.65
HSL40.98º85.42%18.82%-
HSV(B)40.98º92.13%34.9%-
XYZ5.945.690.99-
YUV64.3995.61145.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 63 (25% from 255) = 39.62%
BLUE value IS 7 (3.12% from 255) = 4.40%
R=55.97%
G=39.62%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8963700.290.920.6540.9885.4218.82
Hex593F701D5C41295513
Octal1317770351341015112523
Binary101100111111111101110110111001000001101001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593F07; }

 p { color: rgb(89,63,7); }

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

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

 a { background-color: rgb(89,63,7); }

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

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

 span { border-color: rgb(89,63,7); }

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