#59302A

Color #59302A Moccaccino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moccaccino #59302A

Tints of Moccaccino #59302A

Color information

#59302A (or 0x59302A) is unknown color: approx Moccaccino. HEX triplet: 59, 30 and 2A. RGB value is (89,48,42). Sum of RGB (Red+Green+Blue) = 89+48+42=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 89 - color contains mainly: red. Hex color #59302A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59302A is #A6CFD5. Grayscale: #3B3B3B. Windows color (decimal): -10932182 or 2764889. OLE color: 2764889.

HSL color Cylindrical-coordinate representation of color #59302A: hue angle of 7.66º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59302A is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB894842-
CMYK00.460.530.65
HSL7.66º35.88%25.69%-
HSV(B)7.66º52.81%34.9%-
XYZ5.594.42.75-
YUV59.58118.08148.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.72%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=49.72%
G=26.82%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89484200.460.530.657.6635.8825.69
Hex59302A02E35418241a
Octal131605205665101104432
Binary101100111000010101001011101101011000001100010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59302A; }

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

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

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

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

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

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

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

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