Html Css Color HEX #493301 Mikado

📋 copy color: '#493301'

red 73 ◦ green 51 ◦ blue 1

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

Shades of Mikado #493301

Tints of Mikado #493301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 58.4%
G = 40.8%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#493301 (or 0x493301) is known color: Mikado. HEX triplet: 49, 33 and 01. RGB value is (73,51,1). Sum of RGB (Red+Green+Blue) = 73+51+1=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #493301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493301 is #B6CCFE. Grayscale: #343434. Windows color (decimal): -11980031 or 78665. OLE color: 78665.

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

Color convert

RGB 73 51 1 -
CMYK 0 0.30 0.99 0.71
HSL 41.67º 0.97% 0.15% -
HSV(B) 41.67º 0.99% 0.29% -
XYZ 3.94 3.79 0.55 -
YUV 51.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 73 51 1 0 0.30 0.99 0.71 41.67 0.97 0.15
Hex 49 33 1 0 1E 63 47 2A 61 F
Octal 111 63 1 0 36 143 107 52 141 17
Binary 1001001 110011 1 0 11110 1100011 1000111 101010 1100001 1111

Color Harmonies of #493301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493301

Black with #493301

Text Example


Text Example

White with #493301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493301; }

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

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

background-color css

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

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

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

border-color css

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

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

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