#5A2F2C

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

Shades of Moccaccino #5A2F2C

Tints of Moccaccino #5A2F2C

Color information

#5A2F2C (or 0x5A2F2C) is unknown color: approx Moccaccino. HEX triplet: 5A, 2F and 2C. RGB value is (90,47,44). Sum of RGB (Red+Green+Blue) = 90+47+44=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F2C is #A5D0D3. Grayscale: #3B3B3B. Windows color (decimal): -10866900 or 2895706. OLE color: 2895706.

HSL color Cylindrical-coordinate representation of color #5A2F2C: hue angle of 3.91º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A2F2C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB904744-
CMYK00.480.510.65
HSL3.91º34.33%26.27%-
HSV(B)3.91º51.11%35.29%-
XYZ5.694.392.93-
YUV59.51119.25149.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.72%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=49.72%
G=25.97%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90474400.480.510.653.9134.3326.27
Hex5A2F2C03033414221a
Octal13257540606310144232
Binary10110101011111011000110000110011100000110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,47,44); }

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

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

 a { background-color: rgb(90,47,44); }

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

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

 span { border-color: rgb(90,47,44); }

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