Html Css Color HEX #49410F Madras

📋 copy color: '#49410F'

red 73 ◦ green 65 ◦ blue 15

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

Shades of Madras #49410F

Tints of Madras #49410F

RGB

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

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

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

R = 47.71%
G = 42.48%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49410F (or 0x49410F) is known color: Madras. HEX triplet: 49, 41 and 0F. RGB value is (73,65,15). Sum of RGB (Red+Green+Blue) = 73+65+15=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49410F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49410F is #B6BEF0. Grayscale: #3D3D3D. Windows color (decimal): -11976433 or 999753. OLE color: 999753.

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

Color convert

RGB 73 65 15 -
CMYK 0 0.11 0.79 0.71
HSL 51.72º 0.66% 0.17% -
HSV(B) 51.72º 0.79% 0.29% -
XYZ 4.72 5.23 1.21 -
YUV 61.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 73 65 15 0 0.11 0.79 0.71 51.72 0.66 0.17
Hex 49 41 F 0 B 4F 47 34 42 11
Octal 111 101 17 0 13 117 107 64 102 21
Binary 1001001 1000001 1111 0 1011 1001111 1000111 110100 1000010 10001

Color Harmonies of #49410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49410F

Black with #49410F

Text Example


Text Example

White with #49410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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