Html Css Color HEX #493400 Mikado

📋 copy color: '#493400'

red 73 ◦ green 52 ◦ blue 0

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

Shades of Mikado #493400

Tints of Mikado #493400

RGB

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

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

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

R = 58.4%
G = 41.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#493400 (or 0x493400) is known color: Mikado. HEX triplet: 49, 34 and 00. RGB value is (73,52,0). Sum of RGB (Red+Green+Blue) = 73+52+0=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 0 (0.39% from 255 or 0% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #493400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493400 is #B6CBFF. Grayscale: #343434. Windows color (decimal): -11979776 or 13385. OLE color: 13385.

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

Color convert

RGB 73 52 0 -
CMYK 0 0.29 1 0.71
HSL 42.74º 1% 0.14% -
HSV(B) 42.74º 1% 0.29% -
XYZ 3.98 3.87 0.54 -
YUV 52.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 73 52 0 0 0.29 1 0.71 42.74 1 0.14
Hex 49 34 0 0 1D 64 47 2B 64 E
Octal 111 64 0 0 35 144 107 53 144 16
Binary 1001001 110100 0 0 11101 1100100 1000111 101011 1100100 1110

Color Harmonies of #493400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493400

Black with #493400

Text Example


Text Example

White with #493400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493400; }

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

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

background-color css

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

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

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

border-color css

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

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

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