Html Css Color HEX #492716 Morocco Brown

📋 copy color: '#492716'

red 73 ◦ green 39 ◦ blue 22

#492716
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morocco Brown #492716

Tints of Morocco Brown #492716

RGB

 RED value IS 73 (28.91% from 255) = 54.48%

 GREEN value IS 39 (15.63% from 255) = 29.1%

 BLUE value IS 22 (8.98% from 255) = 16.42%

R = 54.48%
G = 29.1%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#492716 (or 0x492716) is known color: Morocco Brown. HEX triplet: 49, 27 and 16. RGB value is (73,39,22). Sum of RGB (Red+Green+Blue) = 73+39+22=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #492716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492716 is #B6D8E9. Grayscale: #2F2F2F. Windows color (decimal): -11983082 or 1451849. OLE color: 1451849.

HSL color Cylindrical-coordinate representation of color #492716: hue angle of 20º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #492716 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 39 22 -
CMYK 0 0.47 0.70 0.71
HSL 20º 0.54% 0.19% -
HSV(B) 20º 0.7% 0.29% -
XYZ 3.62 2.93 1.13 -
YUV 47.23 113.76 146.38 -
System Red Green Blue C M Y K H S L
Decimal 73 39 22 0 0.47 0.70 0.71 20 0.54 0.19
Hex 49 27 16 0 2F 46 47 14 36 13
Octal 111 47 26 0 57 106 107 24 66 23
Binary 1001001 100111 10110 0 101111 1000110 1000111 10100 110110 10011

Color Harmonies of #492716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492716

Black with #492716

Text Example


Text Example

White with #492716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492716; }

 p { color: rgb(73,39,22); }

 H1.HeaderClassName
 {
   color: #492716;
 }
 .AnyTagClassName
 {
   color: #492716;
 }
</style>

background-color css

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

 a { background-color: rgb(73,39,22); }

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

border-color css

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

 span { border-color: rgb(73,39,22); }

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