Html Css Color HEX #49380F Madras

📋 copy color: '#49380F'

red 73 ◦ green 56 ◦ blue 15

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

Shades of Madras #49380F

Tints of Madras #49380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.89%

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

R = 50.69%
G = 38.89%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49380F (or 0x49380F) is known color: Madras. HEX triplet: 49, 38 and 0F. RGB value is (73,56,15). Sum of RGB (Red+Green+Blue) = 73+56+15=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #49380F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49380F is #B6C7F0. Grayscale: #383838. Windows color (decimal): -11978737 or 997449. OLE color: 997449.

HSL color Cylindrical-coordinate representation of color #49380F: hue angle of 42.41º 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 #49380F is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 56 15 -
CMYK 0 0.23 0.79 0.71
HSL 42.41º 0.66% 0.17% -
HSV(B) 42.41º 0.79% 0.29% -
XYZ 4.25 4.28 1.05 -
YUV 56.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 73 56 15 0 0.23 0.79 0.71 42.41 0.66 0.17
Hex 49 38 F 0 17 4F 47 2A 42 11
Octal 111 70 17 0 27 117 107 52 102 21
Binary 1001001 111000 1111 0 10111 1001111 1000111 101010 1000010 10001

Color Harmonies of #49380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49380F

Black with #49380F

Text Example


Text Example

White with #49380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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