Html Css Color HEX #49451E Madras

📋 copy color: '#49451E'

red 73 ◦ green 69 ◦ blue 30

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

Shades of Madras #49451E

Tints of Madras #49451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 42.44%
G = 40.12%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49451E (or 0x49451E) is known color: Madras. HEX triplet: 49, 45 and 1E. RGB value is (73,69,30). Sum of RGB (Red+Green+Blue) = 73+69+30=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 73 - color contains mainly: red. Hex color #49451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49451E is #B6BAE1. Grayscale: #414141. Windows color (decimal): -11975394 or 1983817. OLE color: 1983817.

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

Color convert

RGB 73 69 30 -
CMYK 0 0.05 0.59 0.71
HSL 54.42º 0.42% 0.2% -
HSV(B) 54.42º 0.59% 0.29% -
XYZ 5.11 5.77 2.07 -
YUV 65.75 107.83 133.17 -
System Red Green Blue C M Y K H S L
Decimal 73 69 30 0 0.05 0.59 0.71 54.42 0.42 0.2
Hex 49 45 1E 0 5 3B 47 36 2A 14
Octal 111 105 36 0 5 73 107 66 52 24
Binary 1001001 1000101 11110 0 101 111011 1000111 110110 101010 10100

Color Harmonies of #49451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49451E

Black with #49451E

Text Example


Text Example

White with #49451E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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