Html Css Color HEX #493713 Mikado

📋 copy color: '#493713'

red 73 ◦ green 55 ◦ blue 19

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

Shades of Mikado #493713

Tints of Mikado #493713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.41%

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 49.66%
G = 37.41%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#493713 (or 0x493713) is known color: Mikado. HEX triplet: 49, 37 and 13. RGB value is (73,55,19). Sum of RGB (Red+Green+Blue) = 73+55+19=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #493713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493713 is #B6C8EC. Grayscale: #383838. Windows color (decimal): -11978989 or 1259337. OLE color: 1259337.

HSL color Cylindrical-coordinate representation of color #493713: hue angle of 40º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493713 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 55 19 -
CMYK 0 0.25 0.74 0.71
HSL 40º 0.59% 0.18% -
HSV(B) 40º 0.74% 0.29% -
XYZ 4.23 4.2 1.2 -
YUV 56.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 73 55 19 0 0.25 0.74 0.71 40 0.59 0.18
Hex 49 37 13 0 19 4A 47 28 3B 12
Octal 111 67 23 0 31 112 107 50 73 22
Binary 1001001 110111 10011 0 11001 1001010 1000111 101000 111011 10010

Color Harmonies of #493713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493713

Black with #493713

Text Example


Text Example

White with #493713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493713; }

 p { color: rgb(73,55,19); }

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

background-color css

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

 a { background-color: rgb(73,55,19); }

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

border-color css

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

 span { border-color: rgb(73,55,19); }

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