Html Css Color HEX #493022 Morocco Brown

📋 copy color: '#493022'

red 73 ◦ green 48 ◦ blue 34

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

Shades of Morocco Brown #493022

Tints of Morocco Brown #493022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 34 (13.67% from 255) = 21.94%

R = 47.1%
G = 30.97%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#493022 (or 0x493022) is known color: Morocco Brown. HEX triplet: 49, 30 and 22. RGB value is (73,48,34). Sum of RGB (Red+Green+Blue) = 73+48+34=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493022 is #B6CFDD. Grayscale: #353535. Windows color (decimal): -11980766 or 2240585. OLE color: 2240585.

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

Color convert

RGB 73 48 34 -
CMYK 0 0.34 0.53 0.71
HSL 21.54º 0.36% 0.21% -
HSV(B) 21.54º 0.53% 0.29% -
XYZ 4.09 3.65 2 -
YUV 53.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 73 48 34 0 0.34 0.53 0.71 21.54 0.36 0.21
Hex 49 30 22 0 22 35 47 16 24 15
Octal 111 60 42 0 42 65 107 26 44 25
Binary 1001001 110000 100010 0 100010 110101 1000111 10110 100100 10101

Color Harmonies of #493022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493022

Black with #493022

Text Example


Text Example

White with #493022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493022; }

 p { color: rgb(73,48,34); }

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

background-color css

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

 a { background-color: rgb(73,48,34); }

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

border-color css

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

 span { border-color: rgb(73,48,34); }

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