Html Css Color HEX #492F20 Morocco Brown

📋 copy color: '#492F20'

red 73 ◦ green 47 ◦ blue 32

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

Shades of Morocco Brown #492F20

Tints of Morocco Brown #492F20

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.92%

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 48.03%
G = 30.92%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#492F20 (or 0x492F20) is known color: Morocco Brown. HEX triplet: 49, 2F and 20. RGB value is (73,47,32). Sum of RGB (Red+Green+Blue) = 73+47+32=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #492F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F20 is #B6D0DF. Grayscale: #353535. Windows color (decimal): -11981024 or 2109257. OLE color: 2109257.

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

Color convert

RGB 73 47 32 -
CMYK 0 0.36 0.56 0.71
HSL 21.95º 0.39% 0.21% -
HSV(B) 21.95º 0.56% 0.29% -
XYZ 4.02 3.55 1.84 -
YUV 53.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 73 47 32 0 0.36 0.56 0.71 21.95 0.39 0.21
Hex 49 2F 20 0 24 38 47 16 27 15
Octal 111 57 40 0 44 70 107 26 47 25
Binary 1001001 101111 100000 0 100100 111000 1000111 10110 100111 10101

Color Harmonies of #492F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F20

Black with #492F20

Text Example


Text Example

White with #492F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,47,32); }

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

background-color css

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

 a { background-color: rgb(73,47,32); }

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

border-color css

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

 span { border-color: rgb(73,47,32); }

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