Html Css Color HEX #492F24 Morocco Brown

📋 copy color: '#492F24'

red 73 ◦ green 47 ◦ blue 36

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

Shades of Morocco Brown #492F24

Tints of Morocco Brown #492F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 46.79%
G = 30.13%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#492F24 (or 0x492F24) is known color: Morocco Brown. HEX triplet: 49, 2F and 24. RGB value is (73,47,36). Sum of RGB (Red+Green+Blue) = 73+47+36=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #492F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492F24 is #B6D0DB. Grayscale: #353535. Windows color (decimal): -11981020 or 2371401. OLE color: 2371401.

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

Color convert

RGB 73 47 36 -
CMYK 0 0.36 0.51 0.71
HSL 17.84º 0.34% 0.21% -
HSV(B) 17.84º 0.51% 0.29% -
XYZ 4.08 3.58 2.14 -
YUV 53.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 73 47 36 0 0.36 0.51 0.71 17.84 0.34 0.21
Hex 49 2F 24 0 24 33 47 12 22 15
Octal 111 57 44 0 44 63 107 22 42 25
Binary 1001001 101111 100100 0 100100 110011 1000111 10010 100010 10101

Color Harmonies of #492F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492F24

Black with #492F24

Text Example


Text Example

White with #492F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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