Html Css Color HEX #49430F Madras

📋 copy color: '#49430F'

red 73 ◦ green 67 ◦ blue 15

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

Shades of Madras #49430F

Tints of Madras #49430F

RGB

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

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

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

R = 47.1%
G = 43.23%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49430F (or 0x49430F) is known color: Madras. HEX triplet: 49, 43 and 0F. RGB value is (73,67,15). Sum of RGB (Red+Green+Blue) = 73+67+15=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 67 (26.56% from 255 or 43.23% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #49430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49430F is #B6BCF0. Grayscale: #3F3F3F. Windows color (decimal): -11975921 or 1000265. OLE color: 1000265.

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

Color convert

RGB 73 67 15 -
CMYK 0 0.08 0.79 0.71
HSL 53.79º 0.66% 0.17% -
HSV(B) 53.79º 0.79% 0.29% -
XYZ 4.84 5.47 1.25 -
YUV 62.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 73 67 15 0 0.08 0.79 0.71 53.79 0.66 0.17
Hex 49 43 F 0 8 4F 47 36 42 11
Octal 111 103 17 0 10 117 107 66 102 21
Binary 1001001 1000011 1111 0 1000 1001111 1000111 110110 1000010 10001

Color Harmonies of #49430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49430F

Black with #49430F

Text Example


Text Example

White with #49430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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