Html Css Color HEX #492619 Morocco Brown

📋 copy color: '#492619'

red 73 ◦ green 38 ◦ blue 25

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

Shades of Morocco Brown #492619

Tints of Morocco Brown #492619

RGB

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

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

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

R = 53.68%
G = 27.94%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#492619 (or 0x492619) is known color: Morocco Brown. HEX triplet: 49, 26 and 19. RGB value is (73,38,25). Sum of RGB (Red+Green+Blue) = 73+38+25=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 38 (15.23% from 255 or 27.94% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #492619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492619 is #B6D9E6. Grayscale: #2F2F2F. Windows color (decimal): -11983335 or 1648201. OLE color: 1648201.

HSL color Cylindrical-coordinate representation of color #492619: hue angle of 16.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 #492619 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 38 25 -
CMYK 0 0.48 0.66 0.71
HSL 16.25º 0.49% 0.19% -
HSV(B) 16.25º 0.66% 0.29% -
XYZ 3.62 2.87 1.28 -
YUV 46.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 73 38 25 0 0.48 0.66 0.71 16.25 0.49 0.19
Hex 49 26 19 0 30 42 47 10 31 13
Octal 111 46 31 0 60 102 107 20 61 23
Binary 1001001 100110 11001 0 110000 1000010 1000111 10000 110001 10011

Color Harmonies of #492619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492619

Black with #492619

Text Example


Text Example

White with #492619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492619; }

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

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

background-color css

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

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

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

border-color css

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

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

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