Html Css Color HEX #493714 Mikado

📋 copy color: '#493714'

red 73 ◦ green 55 ◦ blue 20

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

Shades of Mikado #493714

Tints of Mikado #493714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 49.32%
G = 37.16%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#493714 (or 0x493714) is known color: Mikado. HEX triplet: 49, 37 and 14. RGB value is (73,55,20). Sum of RGB (Red+Green+Blue) = 73+55+20=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 55 (21.88% from 255 or 37.16% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #493714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493714 is #B6C8EB. Grayscale: #383838. Windows color (decimal): -11978988 or 1324873. OLE color: 1324873.

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

Color convert

RGB 73 55 20 -
CMYK 0 0.25 0.73 0.71
HSL 39.62º 0.57% 0.18% -
HSV(B) 39.62º 0.73% 0.29% -
XYZ 4.24 4.2 1.25 -
YUV 56.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 73 55 20 0 0.25 0.73 0.71 39.62 0.57 0.18
Hex 49 37 14 0 19 49 47 28 39 12
Octal 111 67 24 0 31 111 107 50 71 22
Binary 1001001 110111 10100 0 11001 1001001 1000111 101000 111001 10010

Color Harmonies of #493714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493714

Black with #493714

Text Example


Text Example

White with #493714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493714; }

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

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

background-color css

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

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

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

border-color css

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

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

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