#5A312D

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

Shades of Moccaccino #5A312D

Tints of Moccaccino #5A312D

Color information

#5A312D (or 0x5A312D) is unknown color: approx Moccaccino. HEX triplet: 5A, 31 and 2D. RGB value is (90,49,45). Sum of RGB (Red+Green+Blue) = 90+49+45=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A312D is #A5CED2. Grayscale: #3C3C3C. Windows color (decimal): -10866387 or 2961754. OLE color: 2961754.

HSL color Cylindrical-coordinate representation of color #5A312D: hue angle of 5.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A312D is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB904945-
CMYK00.460.500.65
HSL5.33º33.33%26.47%-
HSV(B)5.33º50%35.29%-
XYZ5.794.563.06-
YUV60.8119.08148.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.91%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=48.91%
G=26.63%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90494500.460.500.655.3333.3326.47
Hex5A312D02E32415211a
Octal13261550566210154132
Binary10110101100011011010101110110010100000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A312D; }

 p { color: rgb(90,49,45); }

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

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

 a { background-color: rgb(90,49,45); }

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

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

 span { border-color: rgb(90,49,45); }

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