Html Css Color HEX #493407 Mikado

📋 copy color: '#493407'

red 73 ◦ green 52 ◦ blue 7

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

Shades of Mikado #493407

Tints of Mikado #493407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.39%

 BLUE value IS 7 (3.13% from 255) = 5.3%

R = 55.3%
G = 39.39%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#493407 (or 0x493407) is known color: Mikado. HEX triplet: 49, 34 and 07. RGB value is (73,52,7). Sum of RGB (Red+Green+Blue) = 73+52+7=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #493407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493407 is #B6CBF8. Grayscale: #353535. Windows color (decimal): -11979769 or 472137. OLE color: 472137.

HSL color Cylindrical-coordinate representation of color #493407: hue angle of 40.91º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #493407 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 52 7 -
CMYK 0 0.29 0.90 0.71
HSL 40.91º 0.83% 0.16% -
HSV(B) 40.91º 0.9% 0.29% -
XYZ 4.01 3.89 0.74 -
YUV 53.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 73 52 7 0 0.29 0.90 0.71 40.91 0.83 0.16
Hex 49 34 7 0 1D 5A 47 29 52 10
Octal 111 64 7 0 35 132 107 51 122 20
Binary 1001001 110100 111 0 11101 1011010 1000111 101001 1010010 10000

Color Harmonies of #493407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493407

Black with #493407

Text Example


Text Example

White with #493407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493407; }

 p { color: rgb(73,52,7); }

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

background-color css

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

 a { background-color: rgb(73,52,7); }

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

border-color css

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

 span { border-color: rgb(73,52,7); }

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