#492B21

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

Shades of Morocco Brown #492B21

Tints of Morocco Brown #492B21

Color information

#492B21 (or 0x492B21) is unknown color: approx Morocco Brown. HEX triplet: 49, 2B and 21. RGB value is (73,43,33). Sum of RGB (Red+Green+Blue) = 73+43+33=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #492B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B21 is #B6D4DE. Grayscale: #323232. Windows color (decimal): -11982047 or 2173769. OLE color: 2173769.

HSL color Cylindrical-coordinate representation of color #492B21: hue angle of 15º 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 #492B21 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB734333-
CMYK00.410.550.71
HSL15º37.74%20.78%-
HSV(B)15º54.79%28.63%-
XYZ3.893.251.86-
YUV50.83117.94143.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 43 (17.19% from 255) = 28.86%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=48.99%
G=28.86%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73433300.410.550.711537.7420.78
Hex492B210293747f2615
Octal111534105167107174625
Binary100100110101110000101010011101111000111111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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