Html Css Color HEX #49451B Madras

📋 copy color: '#49451B'

red 73 ◦ green 69 ◦ blue 27

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

Shades of Madras #49451B

Tints of Madras #49451B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 43.2%
G = 40.83%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49451B (or 0x49451B) is known color: Madras. HEX triplet: 49, 45 and 1B. RGB value is (73,69,27). Sum of RGB (Red+Green+Blue) = 73+69+27=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 73 - color contains mainly: red. Hex color #49451B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49451B is #B6BAE4. Grayscale: #414141. Windows color (decimal): -11975397 or 1787209. OLE color: 1787209.

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

Color convert

RGB 73 69 27 -
CMYK 0 0.05 0.63 0.71
HSL 54.78º 0.46% 0.2% -
HSV(B) 54.78º 0.63% 0.29% -
XYZ 5.07 5.75 1.88 -
YUV 65.41 106.33 133.42 -
System Red Green Blue C M Y K H S L
Decimal 73 69 27 0 0.05 0.63 0.71 54.78 0.46 0.2
Hex 49 45 1B 0 5 3F 47 37 2E 14
Octal 111 105 33 0 5 77 107 67 56 24
Binary 1001001 1000101 11011 0 101 111111 1000111 110111 101110 10100

Color Harmonies of #49451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49451B

Black with #49451B

Text Example


Text Example

White with #49451B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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