Html Css Color HEX #49420F Madras

📋 copy color: '#49420F'

red 73 ◦ green 66 ◦ blue 15

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

Shades of Madras #49420F

Tints of Madras #49420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.86%

 BLUE value IS 15 (6.25% from 255) = 9.74%

R = 47.4%
G = 42.86%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49420F (or 0x49420F) is known color: Madras. HEX triplet: 49, 42 and 0F. RGB value is (73,66,15). Sum of RGB (Red+Green+Blue) = 73+66+15=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #49420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49420F is #B6BDF0. Grayscale: #3E3E3E. Windows color (decimal): -11976177 or 1000009. OLE color: 1000009.

HSL color Cylindrical-coordinate representation of color #49420F: hue angle of 52.76º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49420F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 66 15 -
CMYK 0 0.10 0.79 0.71
HSL 52.76º 0.66% 0.17% -
HSV(B) 52.76º 0.79% 0.29% -
XYZ 4.78 5.35 1.23 -
YUV 62.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 73 66 15 0 0.10 0.79 0.71 52.76 0.66 0.17
Hex 49 42 F 0 A 4F 47 35 42 11
Octal 111 102 17 0 12 117 107 65 102 21
Binary 1001001 1000010 1111 0 1010 1001111 1000111 110101 1000010 10001

Color Harmonies of #49420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49420F

Black with #49420F

Text Example


Text Example

White with #49420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49420F; }

 p { color: rgb(73,66,15); }

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

background-color css

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

 a { background-color: rgb(73,66,15); }

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

border-color css

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

 span { border-color: rgb(73,66,15); }

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