Html Css Color HEX #493300 Mikado

📋 copy color: '#493300'

red 73 ◦ green 51 ◦ blue 0

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

Shades of Mikado #493300

Tints of Mikado #493300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.87%
G = 41.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#493300 (or 0x493300) is known color: Mikado. HEX triplet: 49, 33 and 00. RGB value is (73,51,0). Sum of RGB (Red+Green+Blue) = 73+51+0=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #493300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493300 is #B6CCFF. Grayscale: #333333. Windows color (decimal): -11980032 or 13129. OLE color: 13129.

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

Color convert

RGB 73 51 0 -
CMYK 0 0.30 1 0.71
HSL 41.92º 1% 0.14% -
HSV(B) 41.92º 1% 0.29% -
XYZ 3.93 3.78 0.52 -
YUV 51.76 98.79 143.15 -
System Red Green Blue C M Y K H S L
Decimal 73 51 0 0 0.30 1 0.71 41.92 1 0.14
Hex 49 33 0 0 1E 64 47 2A 64 E
Octal 111 63 0 0 36 144 107 52 144 16
Binary 1001001 110011 0 0 11110 1100100 1000111 101010 1100100 1110

Color Harmonies of #493300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493300

Black with #493300

Text Example


Text Example

White with #493300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493300; }

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

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

background-color css

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

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

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

border-color css

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

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

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