Html Css Color HEX #49451D Madras

📋 copy color: '#49451D'

red 73 ◦ green 69 ◦ blue 29

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

Shades of Madras #49451D

Tints of Madras #49451D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.96%

R = 42.69%
G = 40.35%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49451D (or 0x49451D) is known color: Madras. HEX triplet: 49, 45 and 1D. RGB value is (73,69,29). Sum of RGB (Red+Green+Blue) = 73+69+29=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #49451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49451D is #B6BAE2. Grayscale: #414141. Windows color (decimal): -11975395 or 1918281. OLE color: 1918281.

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

Color convert

RGB 73 69 29 -
CMYK 0 0.05 0.60 0.71
HSL 54.55º 0.43% 0.2% -
HSV(B) 54.55º 0.6% 0.29% -
XYZ 5.1 5.76 2.01 -
YUV 65.64 107.33 133.25 -
System Red Green Blue C M Y K H S L
Decimal 73 69 29 0 0.05 0.60 0.71 54.55 0.43 0.2
Hex 49 45 1D 0 5 3C 47 37 2B 14
Octal 111 105 35 0 5 74 107 67 53 24
Binary 1001001 1000101 11101 0 101 111100 1000111 110111 101011 10100

Color Harmonies of #49451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49451D

Black with #49451D

Text Example


Text Example

White with #49451D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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