Html Css Color HEX #493409 Mikado

📋 copy color: '#493409'

red 73 ◦ green 52 ◦ blue 9

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

Shades of Mikado #493409

Tints of Mikado #493409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.72%

R = 54.48%
G = 38.81%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#493409 (or 0x493409) is known color: Mikado. HEX triplet: 49, 34 and 09. RGB value is (73,52,9). Sum of RGB (Red+Green+Blue) = 73+52+9=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #493409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493409 is #B6CBF6. Grayscale: #353535. Windows color (decimal): -11979767 or 603209. OLE color: 603209.

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

Color convert

RGB 73 52 9 -
CMYK 0 0.29 0.88 0.71
HSL 40.31º 0.78% 0.16% -
HSV(B) 40.31º 0.88% 0.29% -
XYZ 4.02 3.89 0.8 -
YUV 53.38 102.96 142 -
System Red Green Blue C M Y K H S L
Decimal 73 52 9 0 0.29 0.88 0.71 40.31 0.78 0.16
Hex 49 34 9 0 1D 58 47 28 4E 10
Octal 111 64 11 0 35 130 107 50 116 20
Binary 1001001 110100 1001 0 11101 1011000 1000111 101000 1001110 10000

Color Harmonies of #493409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493409

Black with #493409

Text Example


Text Example

White with #493409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493409; }

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

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

background-color css

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

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

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

border-color css

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

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

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