Html Css Color HEX #492615 Morocco Brown

📋 copy color: '#492615'

red 73 ◦ green 38 ◦ blue 21

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

Shades of Morocco Brown #492615

Tints of Morocco Brown #492615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.91%

R = 55.3%
G = 28.79%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#492615 (or 0x492615) is known color: Morocco Brown. HEX triplet: 49, 26 and 15. RGB value is (73,38,21). Sum of RGB (Red+Green+Blue) = 73+38+21=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #492615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492615 is #B6D9EA. Grayscale: #2E2E2E. Windows color (decimal): -11983339 or 1386057. OLE color: 1386057.

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

Color convert

RGB 73 38 21 -
CMYK 0 0.48 0.71 0.71
HSL 19.62º 0.55% 0.18% -
HSV(B) 19.62º 0.71% 0.29% -
XYZ 3.58 2.86 1.07 -
YUV 46.53 113.6 146.88 -
System Red Green Blue C M Y K H S L
Decimal 73 38 21 0 0.48 0.71 0.71 19.62 0.55 0.18
Hex 49 26 15 0 30 47 47 14 37 12
Octal 111 46 25 0 60 107 107 24 67 22
Binary 1001001 100110 10101 0 110000 1000111 1000111 10100 110111 10010

Color Harmonies of #492615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492615

Black with #492615

Text Example


Text Example

White with #492615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492615; }

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

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

background-color css

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

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

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

border-color css

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

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

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