Html Css Color HEX #49451F Madras

📋 copy color: '#49451F'

red 73 ◦ green 69 ◦ blue 31

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

Shades of Madras #49451F

Tints of Madras #49451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.88%

 BLUE value IS 31 (12.5% from 255) = 17.92%

R = 42.2%
G = 39.88%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49451F (or 0x49451F) is known color: Madras. HEX triplet: 49, 45 and 1F. RGB value is (73,69,31). Sum of RGB (Red+Green+Blue) = 73+69+31=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #49451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49451F is #B6BAE0. Grayscale: #424242. Windows color (decimal): -11975393 or 2049353. OLE color: 2049353.

HSL color Cylindrical-coordinate representation of color #49451F: hue angle of 54.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49451F is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 69 31 -
CMYK 0 0.05 0.58 0.71
HSL 54.29º 0.4% 0.2% -
HSV(B) 54.29º 0.58% 0.29% -
XYZ 5.12 5.77 2.14 -
YUV 65.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 73 69 31 0 0.05 0.58 0.71 54.29 0.4 0.2
Hex 49 45 1F 0 5 3A 47 36 28 14
Octal 111 105 37 0 5 72 107 66 50 24
Binary 1001001 1000101 11111 0 101 111010 1000111 110110 101000 10100

Color Harmonies of #49451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49451F

Black with #49451F

Text Example


Text Example

White with #49451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,69,31); }

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

background-color css

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

 a { background-color: rgb(73,69,31); }

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

border-color css

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

 span { border-color: rgb(73,69,31); }

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