#59300C

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

Shades of Baker's Chocolate #59300C

Tints of Baker's Chocolate #59300C

Color information

#59300C (or 0x59300C) is unknown color: approx Baker's Chocolate. HEX triplet: 59, 30 and 0C. RGB value is (89,48,12). Sum of RGB (Red+Green+Blue) = 89+48+12=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #59300C is #A6CFF3. Grayscale: #383838. Windows color (decimal): -10932212 or 798809. OLE color: 798809.

HSL color Cylindrical-coordinate representation of color #59300C: hue angle of 28.05º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59300C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB894812-
CMYK00.460.870.65
HSL28.05º76.24%19.8%-
HSV(B)28.05º86.52%34.9%-
XYZ5.244.260.89-
YUV56.16103.08151.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 59.73%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=59.73%
G=32.21%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89481200.460.870.6528.0576.2419.8
Hex5930C02E57411c4c14
Octal13160140561271013411424
Binary1011001110000110001011101010111100000111100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59300C; }

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

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

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

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

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

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

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

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