Html Css Color HEX #49360B Madras

📋 copy color: '#49360B'

red 73 ◦ green 54 ◦ blue 11

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

Shades of Madras #49360B

Tints of Madras #49360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.13%

 BLUE value IS 11 (4.69% from 255) = 7.97%

R = 52.9%
G = 39.13%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49360B (or 0x49360B) is known color: Madras. HEX triplet: 49, 36 and 0B. RGB value is (73,54,11). Sum of RGB (Red+Green+Blue) = 73+54+11=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49360B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49360B is #B6C9F4. Grayscale: #363636. Windows color (decimal): -11979253 or 734793. OLE color: 734793.

HSL color Cylindrical-coordinate representation of color #49360B: hue angle of 41.61º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49360B is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 54 11 -
CMYK 0 0.26 0.85 0.71
HSL 41.61º 0.74% 0.16% -
HSV(B) 41.61º 0.85% 0.29% -
XYZ 4.13 4.08 0.89 -
YUV 54.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 73 54 11 0 0.26 0.85 0.71 41.61 0.74 0.16
Hex 49 36 B 0 1A 55 47 2A 4A 10
Octal 111 66 13 0 32 125 107 52 112 20
Binary 1001001 110110 1011 0 11010 1010101 1000111 101010 1001010 10000

Color Harmonies of #49360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49360B

Black with #49360B

Text Example


Text Example

White with #49360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49360B; }

 p { color: rgb(73,54,11); }

 H1.HeaderClassName
 {
   color: #49360B;
 }
 .AnyTagClassName
 {
   color: #49360B;
 }
</style>

background-color css

<style>
 a { background-color: #49360B; }

 a { background-color: rgb(73,54,11); }

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

border-color css

<style>
 span { border-color: #49360B; }

 span { border-color: rgb(73,54,11); }

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