#492A21

Color #492A21 Morocco Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morocco Brown #492A21

Tints of Morocco Brown #492A21

Color information

#492A21 (or 0x492A21) is unknown color: approx Morocco Brown. HEX triplet: 49, 2A and 21. RGB value is (73,42,33). Sum of RGB (Red+Green+Blue) = 73+42+33=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492A21 is #B6D5DE. Grayscale: #323232. Windows color (decimal): -11982303 or 2173513. OLE color: 2173513.

HSL color Cylindrical-coordinate representation of color #492A21: hue angle of 13.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #492A21 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB734233-
CMYK00.420.550.71
HSL13.5º37.74%20.78%-
HSV(B)13.5º54.79%28.63%-
XYZ3.853.181.85-
YUV50.24118.27144.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=49.32%
G=28.38%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73423300.420.550.7113.537.7420.78
Hex492A2102A3747e2615
Octal111524105267107164625
Binary100100110101010000101010101101111000111111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492A21; }

 p { color: rgb(73,42,33); }

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

<style>
 a { background-color: #492A21; }

 a { background-color: rgb(73,42,33); }

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

<style>
 span { border-color: #492A21; }

 span { border-color: rgb(73,42,33); }

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