#593003

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

Shades of Baker's Chocolate #593003

Tints of Baker's Chocolate #593003

Color information

#593003 (or 0x593003) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 30 and 03. RGB value is (89,48,3). Sum of RGB (Red+Green+Blue) = 89+48+3=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #593003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #593003 is #A6CFFC. Grayscale: #373737. Windows color (decimal): -10932221 or 208985. OLE color: 208985.

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

Color convert

RGB89483-
CMYK00.460.970.65
HSL31.4º93.48%18.04%-
HSV(B)31.4º96.63%34.9%-
XYZ5.194.240.63-
YUV55.1398.58152.16-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 63.57%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=63.57%
G=34.29%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8948300.460.970.6531.493.4818.04
Hex5930302E61411f5d12
Octal1316030561411013713522
Binary10110011100001101011101100001100000111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593003; }

 p { color: rgb(89,48,3); }

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

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

 a { background-color: rgb(89,48,3); }

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

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

 span { border-color: rgb(89,48,3); }

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