Html Css Color HEX #49370F Madras

📋 copy color: '#49370F'

red 73 ◦ green 55 ◦ blue 15

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

Shades of Madras #49370F

Tints of Madras #49370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.49%

R = 51.05%
G = 38.46%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49370F (or 0x49370F) is known color: Madras. HEX triplet: 49, 37 and 0F. RGB value is (73,55,15). Sum of RGB (Red+Green+Blue) = 73+55+15=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 15 (6.25% from 255 or 10.49% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #49370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49370F is #B6C8F0. Grayscale: #373737. Windows color (decimal): -11978993 or 997193. OLE color: 997193.

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

Color convert

RGB 73 55 15 -
CMYK 0 0.25 0.79 0.71
HSL 41.38º 0.66% 0.17% -
HSV(B) 41.38º 0.79% 0.29% -
XYZ 4.2 4.18 1.04 -
YUV 55.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 73 55 15 0 0.25 0.79 0.71 41.38 0.66 0.17
Hex 49 37 F 0 19 4F 47 29 42 11
Octal 111 67 17 0 31 117 107 51 102 21
Binary 1001001 110111 1111 0 11001 1001111 1000111 101001 1000010 10001

Color Harmonies of #49370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49370F

Black with #49370F

Text Example


Text Example

White with #49370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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