Html Css Color HEX #492614 Morocco Brown

📋 copy color: '#492614'

red 73 ◦ green 38 ◦ blue 20

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

Shades of Morocco Brown #492614

Tints of Morocco Brown #492614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.01%

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 55.73%
G = 29.01%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#492614 (or 0x492614) is known color: Morocco Brown. HEX triplet: 49, 26 and 14. RGB value is (73,38,20). Sum of RGB (Red+Green+Blue) = 73+38+20=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #492614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492614 is #B6D9EB. Grayscale: #2E2E2E. Windows color (decimal): -11983340 or 1320521. OLE color: 1320521.

HSL color Cylindrical-coordinate representation of color #492614: hue angle of 20.38º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492614 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 38 20 -
CMYK 0 0.48 0.73 0.71
HSL 20.38º 0.57% 0.18% -
HSV(B) 20.38º 0.73% 0.29% -
XYZ 3.57 2.85 1.02 -
YUV 46.41 113.1 146.96 -
System Red Green Blue C M Y K H S L
Decimal 73 38 20 0 0.48 0.73 0.71 20.38 0.57 0.18
Hex 49 26 14 0 30 49 47 14 39 12
Octal 111 46 24 0 60 111 107 24 71 22
Binary 1001001 100110 10100 0 110000 1001001 1000111 10100 111001 10010

Color Harmonies of #492614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492614

Black with #492614

Text Example


Text Example

White with #492614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492614; }

 p { color: rgb(73,38,20); }

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

background-color css

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

 a { background-color: rgb(73,38,20); }

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

border-color css

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

 span { border-color: rgb(73,38,20); }

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