#5A322F

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

Shades of Moccaccino #5A322F

Tints of Moccaccino #5A322F

Color information

#5A322F (or 0x5A322F) is unknown color: approx Moccaccino. HEX triplet: 5A, 32 and 2F. RGB value is (90,50,47). Sum of RGB (Red+Green+Blue) = 90+50+47=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A322F is #A5CDD0. Grayscale: #3D3D3D. Windows color (decimal): -10866129 or 3093082. OLE color: 3093082.

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

Color convert

RGB905047-
CMYK00.440.480.65
HSL4.19º31.39%26.86%-
HSV(B)4.19º47.78%35.29%-
XYZ5.874.663.28-
YUV61.62119.75148.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.13%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=48.13%
G=26.74%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90504700.440.480.654.1931.3926.86
Hex5A322F02C304141f1b
Octal13262570546010143733
Binary1011010110010101111010110011000010000011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A322F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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