Html Css Color HEX #493406 Mikado

📋 copy color: '#493406'

red 73 ◦ green 52 ◦ blue 6

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

Shades of Mikado #493406

Tints of Mikado #493406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.58%

R = 55.73%
G = 39.69%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#493406 (or 0x493406) is known color: Mikado. HEX triplet: 49, 34 and 06. RGB value is (73,52,6). Sum of RGB (Red+Green+Blue) = 73+52+6=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #493406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493406 is #B6CBF9. Grayscale: #353535. Windows color (decimal): -11979770 or 406601. OLE color: 406601.

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

Color convert

RGB 73 52 6 -
CMYK 0 0.29 0.92 0.71
HSL 41.19º 0.85% 0.15% -
HSV(B) 41.19º 0.92% 0.29% -
XYZ 4.01 3.89 0.71 -
YUV 53.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 73 52 6 0 0.29 0.92 0.71 41.19 0.85 0.15
Hex 49 34 6 0 1D 5C 47 29 55 F
Octal 111 64 6 0 35 134 107 51 125 17
Binary 1001001 110100 110 0 11101 1011100 1000111 101001 1010101 1111

Color Harmonies of #493406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493406

Black with #493406

Text Example


Text Example

White with #493406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493406; }

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

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

background-color css

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

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

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

border-color css

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

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

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