Html Css Color HEX #493205 Mikado

📋 copy color: '#493205'

red 73 ◦ green 50 ◦ blue 5

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

Shades of Mikado #493205

Tints of Mikado #493205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.06%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 57.03%
G = 39.06%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#493205 (or 0x493205) is known color: Mikado. HEX triplet: 49, 32 and 05. RGB value is (73,50,5). Sum of RGB (Red+Green+Blue) = 73+50+5=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #493205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493205 is #B6CDFA. Grayscale: #333333. Windows color (decimal): -11980283 or 340553. OLE color: 340553.

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

Color convert

RGB 73 50 5 -
CMYK 0 0.32 0.93 0.71
HSL 39.71º 0.87% 0.15% -
HSV(B) 39.71º 0.93% 0.29% -
XYZ 3.92 3.71 0.65 -
YUV 51.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 73 50 5 0 0.32 0.93 0.71 39.71 0.87 0.15
Hex 49 32 5 0 20 5D 47 28 57 F
Octal 111 62 5 0 40 135 107 50 127 17
Binary 1001001 110010 101 0 100000 1011101 1000111 101000 1010111 1111

Color Harmonies of #493205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493205

Black with #493205

Text Example


Text Example

White with #493205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493205; }

 p { color: rgb(73,50,5); }

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

background-color css

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

 a { background-color: rgb(73,50,5); }

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

border-color css

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

 span { border-color: rgb(73,50,5); }

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