Html Css Color HEX #492A19 Morocco Brown

📋 copy color: '#492A19'

red 73 ◦ green 42 ◦ blue 25

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

Shades of Morocco Brown #492A19

Tints of Morocco Brown #492A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30%

 BLUE value IS 25 (10.16% from 255) = 17.86%

R = 52.14%
G = 30%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#492A19 (or 0x492A19) is known color: Morocco Brown. HEX triplet: 49, 2A and 19. RGB value is (73,42,25). Sum of RGB (Red+Green+Blue) = 73+42+25=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #492A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A19 is #B6D5E6. Grayscale: #313131. Windows color (decimal): -11982311 or 1649225. OLE color: 1649225.

HSL color Cylindrical-coordinate representation of color #492A19: hue angle of 21.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492A19 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 42 25 -
CMYK 0 0.42 0.66 0.71
HSL 21.25º 0.49% 0.19% -
HSV(B) 21.25º 0.66% 0.29% -
XYZ 3.75 3.14 1.33 -
YUV 49.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 73 42 25 0 0.42 0.66 0.71 21.25 0.49 0.19
Hex 49 2A 19 0 2A 42 47 15 31 13
Octal 111 52 31 0 52 102 107 25 61 23
Binary 1001001 101010 11001 0 101010 1000010 1000111 10101 110001 10011

Color Harmonies of #492A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492A19

Black with #492A19

Text Example


Text Example

White with #492A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,42,25); }

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

background-color css

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

 a { background-color: rgb(73,42,25); }

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

border-color css

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

 span { border-color: rgb(73,42,25); }

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