Html Css Color HEX #49360F Mikado

📋 copy color: '#49360F'

red 73 ◦ green 54 ◦ blue 15

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

Shades of Mikado #49360F

Tints of Mikado #49360F

RGB

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

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

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

R = 51.41%
G = 38.03%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49360F (or 0x49360F) is known color: Mikado. HEX triplet: 49, 36 and 0F. RGB value is (73,54,15). Sum of RGB (Red+Green+Blue) = 73+54+15=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #49360F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49360F is #B6C9F0. Grayscale: #373737. Windows color (decimal): -11979249 or 996937. OLE color: 996937.

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

Color convert

RGB 73 54 15 -
CMYK 0 0.26 0.79 0.71
HSL 40.34º 0.66% 0.17% -
HSV(B) 40.34º 0.79% 0.29% -
XYZ 4.15 4.09 1.02 -
YUV 55.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 73 54 15 0 0.26 0.79 0.71 40.34 0.66 0.17
Hex 49 36 F 0 1A 4F 47 28 42 11
Octal 111 66 17 0 32 117 107 50 102 21
Binary 1001001 110110 1111 0 11010 1001111 1000111 101000 1000010 10001

Color Harmonies of #49360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49360F

Black with #49360F

Text Example


Text Example

White with #49360F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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