Html Css Color HEX #49350B Mikado

📋 copy color: '#49350B'

red 73 ◦ green 53 ◦ blue 11

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

Shades of Mikado #49350B

Tints of Mikado #49350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 38.69%

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

R = 53.28%
G = 38.69%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#49350B (or 0x49350B) is known color: Mikado. HEX triplet: 49, 35 and 0B. RGB value is (73,53,11). Sum of RGB (Red+Green+Blue) = 73+53+11=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49350B is #B6CAF4. Grayscale: #363636. Windows color (decimal): -11979509 or 734537. OLE color: 734537.

HSL color Cylindrical-coordinate representation of color #49350B: hue angle of 40.65º 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 #49350B is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 53 11 -
CMYK 0 0.27 0.85 0.71
HSL 40.65º 0.74% 0.16% -
HSV(B) 40.65º 0.85% 0.29% -
XYZ 4.08 3.99 0.87 -
YUV 54.19 103.63 141.42 -
System Red Green Blue C M Y K H S L
Decimal 73 53 11 0 0.27 0.85 0.71 40.65 0.74 0.16
Hex 49 35 B 0 1B 55 47 29 4A 10
Octal 111 65 13 0 33 125 107 51 112 20
Binary 1001001 110101 1011 0 11011 1010101 1000111 101001 1001010 10000

Color Harmonies of #49350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49350B

Black with #49350B

Text Example


Text Example

White with #49350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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