#5A2F2E

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

Shades of Moccaccino #5A2F2E

Tints of Moccaccino #5A2F2E

Color information

#5A2F2E (or 0x5A2F2E) is unknown color: approx Moccaccino. HEX triplet: 5A, 2F and 2E. RGB value is (90,47,46). Sum of RGB (Red+Green+Blue) = 90+47+46=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2F2E is #A5D0D1. Grayscale: #3B3B3B. Windows color (decimal): -10866898 or 3026778. OLE color: 3026778.

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

Color convert

RGB904746-
CMYK00.480.490.65
HSL1.36º32.35%26.67%-
HSV(B)1.36º48.89%35.29%-
XYZ5.734.43.13-
YUV59.74120.25149.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 47 (18.75% from 255) = 25.68%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=49.18%
G=25.68%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90474600.480.490.651.3632.3526.67
Hex5A2F2E03031411201b
Octal13257560606110114033
Binary101101010111110111001100001100011000001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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