Html Css Color HEX #49410C Madras

📋 copy color: '#49410C'

red 73 ◦ green 65 ◦ blue 12

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

Shades of Madras #49410C

Tints of Madras #49410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.33%

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

R = 48.67%
G = 43.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49410C (or 0x49410C) is known color: Madras. HEX triplet: 49, 41 and 0C. RGB value is (73,65,12). Sum of RGB (Red+Green+Blue) = 73+65+12=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49410C is #B6BEF3. Grayscale: #3D3D3D. Windows color (decimal): -11976436 or 803145. OLE color: 803145.

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

Color convert

RGB 73 65 12 -
CMYK 0 0.11 0.84 0.71
HSL 52.13º 0.72% 0.17% -
HSV(B) 52.13º 0.84% 0.29% -
XYZ 4.7 5.22 1.11 -
YUV 61.35 100.15 136.31 -
System Red Green Blue C M Y K H S L
Decimal 73 65 12 0 0.11 0.84 0.71 52.13 0.72 0.17
Hex 49 41 C 0 B 54 47 34 48 11
Octal 111 101 14 0 13 124 107 64 110 21
Binary 1001001 1000001 1100 0 1011 1010100 1000111 110100 1001000 10001

Color Harmonies of #49410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49410C

Black with #49410C

Text Example


Text Example

White with #49410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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