Html Css Color HEX #493403 Mikado

📋 copy color: '#493403'

red 73 ◦ green 52 ◦ blue 3

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

Shades of Mikado #493403

Tints of Mikado #493403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.34%

R = 57.03%
G = 40.63%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#493403 (or 0x493403) is known color: Mikado. HEX triplet: 49, 34 and 03. RGB value is (73,52,3). Sum of RGB (Red+Green+Blue) = 73+52+3=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #493403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493403 is #B6CBFC. Grayscale: #343434. Windows color (decimal): -11979773 or 209993. OLE color: 209993.

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

Color convert

RGB 73 52 3 -
CMYK 0 0.29 0.96 0.71
HSL 42º 0.92% 0.15% -
HSV(B) 42º 0.96% 0.29% -
XYZ 3.99 3.88 0.62 -
YUV 52.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 73 52 3 0 0.29 0.96 0.71 42 0.92 0.15
Hex 49 34 3 0 1D 60 47 2A 5C F
Octal 111 64 3 0 35 140 107 52 134 17
Binary 1001001 110100 11 0 11101 1100000 1000111 101010 1011100 1111

Color Harmonies of #493403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493403

Black with #493403

Text Example


Text Example

White with #493403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493403; }

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

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

background-color css

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

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

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

border-color css

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

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

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