Html Css Color HEX #492613 Morocco Brown

📋 copy color: '#492613'

red 73 ◦ green 38 ◦ blue 19

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

Shades of Morocco Brown #492613

Tints of Morocco Brown #492613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.62%

R = 56.15%
G = 29.23%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#492613 (or 0x492613) is known color: Morocco Brown. HEX triplet: 49, 26 and 13. RGB value is (73,38,19). Sum of RGB (Red+Green+Blue) = 73+38+19=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492613 is #B6D9EC. Grayscale: #2E2E2E. Windows color (decimal): -11983341 or 1254985. OLE color: 1254985.

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

Color convert

RGB 73 38 19 -
CMYK 0 0.48 0.74 0.71
HSL 21.11º 0.59% 0.18% -
HSV(B) 21.11º 0.74% 0.29% -
XYZ 3.56 2.85 0.98 -
YUV 46.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 73 38 19 0 0.48 0.74 0.71 21.11 0.59 0.18
Hex 49 26 13 0 30 4A 47 15 3B 12
Octal 111 46 23 0 60 112 107 25 73 22
Binary 1001001 100110 10011 0 110000 1001010 1000111 10101 111011 10010

Color Harmonies of #492613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492613

Black with #492613

Text Example


Text Example

White with #492613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492613; }

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

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

background-color css

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

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

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

border-color css

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

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

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