Html Css Color HEX #49370C Madras

📋 copy color: '#49370C'

red 73 ◦ green 55 ◦ blue 12

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

Shades of Madras #49370C

Tints of Madras #49370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.57%

R = 52.14%
G = 39.29%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#49370C (or 0x49370C) is known color: Madras. HEX triplet: 49, 37 and 0C. RGB value is (73,55,12). Sum of RGB (Red+Green+Blue) = 73+55+12=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #49370C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49370C is #B6C8F3. Grayscale: #373737. Windows color (decimal): -11978996 or 800585. OLE color: 800585.

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

Color convert

RGB 73 55 12 -
CMYK 0 0.25 0.84 0.71
HSL 42.3º 0.72% 0.17% -
HSV(B) 42.3º 0.84% 0.29% -
XYZ 4.18 4.18 0.93 -
YUV 55.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 73 55 12 0 0.25 0.84 0.71 42.3 0.72 0.17
Hex 49 37 C 0 19 54 47 2A 48 11
Octal 111 67 14 0 31 124 107 52 110 21
Binary 1001001 110111 1100 0 11001 1010100 1000111 101010 1001000 10001

Color Harmonies of #49370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49370C

Black with #49370C

Text Example


Text Example

White with #49370C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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