Html Css Color HEX #493201 Mikado

📋 copy color: '#493201'

red 73 ◦ green 50 ◦ blue 1

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

Shades of Mikado #493201

Tints of Mikado #493201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

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

R = 58.87%
G = 40.32%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#493201 (or 0x493201) is known color: Mikado. HEX triplet: 49, 32 and 01. RGB value is (73,50,1). Sum of RGB (Red+Green+Blue) = 73+50+1=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #493201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493201 is #B6CDFE. Grayscale: #333333. Windows color (decimal): -11980287 or 78409. OLE color: 78409.

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

Color convert

RGB 73 50 1 -
CMYK 0 0.32 0.99 0.71
HSL 40.83º 0.97% 0.15% -
HSV(B) 40.83º 0.99% 0.29% -
XYZ 3.89 3.7 0.54 -
YUV 51.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 73 50 1 0 0.32 0.99 0.71 40.83 0.97 0.15
Hex 49 32 1 0 20 63 47 29 61 F
Octal 111 62 1 0 40 143 107 51 141 17
Binary 1001001 110010 1 0 100000 1100011 1000111 101001 1100001 1111

Color Harmonies of #493201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493201

Black with #493201

Text Example


Text Example

White with #493201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493201; }

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

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

background-color css

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

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

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

border-color css

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

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

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