Html Css Color HEX #493401 Mikado

📋 copy color: '#493401'

red 73 ◦ green 52 ◦ blue 1

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

Shades of Mikado #493401

Tints of Mikado #493401

RGB

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

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

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

R = 57.94%
G = 41.27%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#493401 (or 0x493401) is known color: Mikado. HEX triplet: 49, 34 and 01. RGB value is (73,52,1). Sum of RGB (Red+Green+Blue) = 73+52+1=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #493401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493401 is #B6CBFE. Grayscale: #343434. Windows color (decimal): -11979775 or 78921. OLE color: 78921.

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

Color convert

RGB 73 52 1 -
CMYK 0 0.29 0.99 0.71
HSL 42.5º 0.97% 0.15% -
HSV(B) 42.5º 0.99% 0.29% -
XYZ 3.98 3.87 0.57 -
YUV 52.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 73 52 1 0 0.29 0.99 0.71 42.5 0.97 0.15
Hex 49 34 1 0 1D 63 47 2A 61 F
Octal 111 64 1 0 35 143 107 52 141 17
Binary 1001001 110100 1 0 11101 1100011 1000111 101010 1100001 1111

Color Harmonies of #493401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493401

Black with #493401

Text Example


Text Example

White with #493401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493401; }

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

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

background-color css

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

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

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

border-color css

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

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

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