Html Css Color HEX #493305 Mikado

📋 copy color: '#493305'

red 73 ◦ green 51 ◦ blue 5

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

Shades of Mikado #493305

Tints of Mikado #493305

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.53%

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

R = 56.59%
G = 39.53%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#493305 (or 0x493305) is known color: Mikado. HEX triplet: 49, 33 and 05. RGB value is (73,51,5). Sum of RGB (Red+Green+Blue) = 73+51+5=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #493305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493305 is #B6CCFA. Grayscale: #343434. Windows color (decimal): -11980027 or 340809. OLE color: 340809.

HSL color Cylindrical-coordinate representation of color #493305: hue angle of 40.59º 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 #493305 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 5 -
CMYK 0 0.30 0.93 0.71
HSL 40.59º 0.87% 0.15% -
HSV(B) 40.59º 0.93% 0.29% -
XYZ 3.96 3.8 0.67 -
YUV 52.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 73 51 5 0 0.30 0.93 0.71 40.59 0.87 0.15
Hex 49 33 5 0 1E 5D 47 29 57 F
Octal 111 63 5 0 36 135 107 51 127 17
Binary 1001001 110011 101 0 11110 1011101 1000111 101001 1010111 1111

Color Harmonies of #493305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493305

Black with #493305

Text Example


Text Example

White with #493305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493305; }

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

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

background-color css

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

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

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

border-color css

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

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

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