Html Css Color HEX #49431A Madras

📋 copy color: '#49431A'

red 73 ◦ green 67 ◦ blue 26

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

Shades of Madras #49431A

Tints of Madras #49431A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.66%

R = 43.98%
G = 40.36%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49431A (or 0x49431A) is known color: Madras. HEX triplet: 49, 43 and 1A. RGB value is (73,67,26). Sum of RGB (Red+Green+Blue) = 73+67+26=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #49431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49431A is #B6BCE5. Grayscale: #404040. Windows color (decimal): -11975910 or 1721161. OLE color: 1721161.

HSL color Cylindrical-coordinate representation of color #49431A: hue angle of 52.34º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49431A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 67 26 -
CMYK 0 0.08 0.64 0.71
HSL 52.34º 0.47% 0.19% -
HSV(B) 52.34º 0.64% 0.29% -
XYZ 4.94 5.51 1.78 -
YUV 64.12 106.49 134.33 -
System Red Green Blue C M Y K H S L
Decimal 73 67 26 0 0.08 0.64 0.71 52.34 0.47 0.19
Hex 49 43 1A 0 8 40 47 34 2F 13
Octal 111 103 32 0 10 100 107 64 57 23
Binary 1001001 1000011 11010 0 1000 1000000 1000111 110100 101111 10011

Color Harmonies of #49431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49431A

Black with #49431A

Text Example


Text Example

White with #49431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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