Html Css Color HEX #49370A Madras

📋 copy color: '#49370A'

red 73 ◦ green 55 ◦ blue 10

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

Shades of Madras #49370A

Tints of Madras #49370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.86%

 BLUE value IS 10 (4.3% from 255) = 7.25%

R = 52.9%
G = 39.86%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#49370A (or 0x49370A) is known color: Madras. HEX triplet: 49, 37 and 0A. RGB value is (73,55,10). Sum of RGB (Red+Green+Blue) = 73+55+10=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49370A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49370A is #B6C8F5. Grayscale: #373737. Windows color (decimal): -11978998 or 669513. OLE color: 669513.

HSL color Cylindrical-coordinate representation of color #49370A: hue angle of 42.86º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49370A is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 55 10 -
CMYK 0 0.25 0.86 0.71
HSL 42.86º 0.76% 0.16% -
HSV(B) 42.86º 0.86% 0.29% -
XYZ 4.17 4.17 0.87 -
YUV 55.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 73 55 10 0 0.25 0.86 0.71 42.86 0.76 0.16
Hex 49 37 A 0 19 56 47 2B 4C 10
Octal 111 67 12 0 31 126 107 53 114 20
Binary 1001001 110111 1010 0 11001 1010110 1000111 101011 1001100 10000

Color Harmonies of #49370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49370A

Black with #49370A

Text Example


Text Example

White with #49370A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,55,10); }

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

background-color css

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

 a { background-color: rgb(73,55,10); }

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

border-color css

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

 span { border-color: rgb(73,55,10); }

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