Html Css Color HEX #49431B Madras

📋 copy color: '#49431B'

red 73 ◦ green 67 ◦ blue 27

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

Shades of Madras #49431B

Tints of Madras #49431B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 40.12%

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

R = 43.71%
G = 40.12%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49431B (or 0x49431B) is known color: Madras. HEX triplet: 49, 43 and 1B. RGB value is (73,67,27). Sum of RGB (Red+Green+Blue) = 73+67+27=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #49431B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49431B is #B6BCE4. Grayscale: #404040. Windows color (decimal): -11975909 or 1786697. OLE color: 1786697.

HSL color Cylindrical-coordinate representation of color #49431B: hue angle of 52.17º 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 #49431B is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 27 -
CMYK 0 0.08 0.63 0.71
HSL 52.17º 0.46% 0.2% -
HSV(B) 52.17º 0.63% 0.29% -
XYZ 4.95 5.51 1.84 -
YUV 64.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 73 67 27 0 0.08 0.63 0.71 52.17 0.46 0.2
Hex 49 43 1B 0 8 3F 47 34 2E 14
Octal 111 103 33 0 10 77 107 64 56 24
Binary 1001001 1000011 11011 0 1000 111111 1000111 110100 101110 10100

Color Harmonies of #49431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49431B

Black with #49431B

Text Example


Text Example

White with #49431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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