Html Css Color HEX #49400C Madras

📋 copy color: '#49400C'

red 73 ◦ green 64 ◦ blue 12

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

Shades of Madras #49400C

Tints of Madras #49400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.95%

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

R = 48.99%
G = 42.95%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49400C (or 0x49400C) is known color: Madras. HEX triplet: 49, 40 and 0C. RGB value is (73,64,12). Sum of RGB (Red+Green+Blue) = 73+64+12=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #49400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49400C is #B6BFF3. Grayscale: #3C3C3C. Windows color (decimal): -11976692 or 802889. OLE color: 802889.

HSL color Cylindrical-coordinate representation of color #49400C: hue angle of 51.15º 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 #49400C is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 12 -
CMYK 0 0.12 0.84 0.71
HSL 51.15º 0.72% 0.17% -
HSV(B) 51.15º 0.84% 0.29% -
XYZ 4.65 5.11 1.09 -
YUV 60.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 73 64 12 0 0.12 0.84 0.71 51.15 0.72 0.17
Hex 49 40 C 0 C 54 47 33 48 11
Octal 111 100 14 0 14 124 107 63 110 21
Binary 1001001 1000000 1100 0 1100 1010100 1000111 110011 1001000 10001

Color Harmonies of #49400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49400C

Black with #49400C

Text Example


Text Example

White with #49400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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