#492817

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

Shades of Morocco Brown #492817

Tints of Morocco Brown #492817

Color information

#492817 (or 0x492817) is unknown color: approx Morocco Brown. HEX triplet: 49, 28 and 17. RGB value is (73,40,23). Sum of RGB (Red+Green+Blue) = 73+40+23=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #492817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492817 is #B6D7E8. Grayscale: #303030. Windows color (decimal): -11982825 or 1517641. OLE color: 1517641.

HSL color Cylindrical-coordinate representation of color #492817: hue angle of 20.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #492817 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB734023-
CMYK00.450.680.71
HSL20.4º52.08%18.82%-
HSV(B)20.4º68.49%28.63%-
XYZ3.6631.2-
YUV47.93113.93145.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.68%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=53.68%
G=29.41%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73402300.450.680.7120.452.0818.82
Hex49281702D4447143413
Octal1115027055104107246423
Binary1001001101000101110101101100010010001111010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492817; }

 p { color: rgb(73,40,23); }

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

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

 a { background-color: rgb(73,40,23); }

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

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

 span { border-color: rgb(73,40,23); }

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