Html Css Color HEX #49420C Madras

📋 copy color: '#49420C'

red 73 ◦ green 66 ◦ blue 12

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

Shades of Madras #49420C

Tints of Madras #49420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 48.34%
G = 43.71%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49420C (or 0x49420C) is known color: Madras. HEX triplet: 49, 42 and 0C. RGB value is (73,66,12). Sum of RGB (Red+Green+Blue) = 73+66+12=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49420C is #B6BDF3. Grayscale: #3E3E3E. Windows color (decimal): -11976180 or 803401. OLE color: 803401.

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

Color convert

RGB 73 66 12 -
CMYK 0 0.10 0.84 0.71
HSL 53.11º 0.72% 0.17% -
HSV(B) 53.11º 0.84% 0.29% -
XYZ 4.76 5.34 1.13 -
YUV 61.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 73 66 12 0 0.10 0.84 0.71 53.11 0.72 0.17
Hex 49 42 C 0 A 54 47 35 48 11
Octal 111 102 14 0 12 124 107 65 110 21
Binary 1001001 1000010 1100 0 1010 1010100 1000111 110101 1001000 10001

Color Harmonies of #49420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49420C

Black with #49420C

Text Example


Text Example

White with #49420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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