Html Css Color HEX #493200 Mikado

📋 copy color: '#493200'

red 73 ◦ green 50 ◦ blue 0

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

Shades of Mikado #493200

Tints of Mikado #493200

RGB

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

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

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

R = 59.35%
G = 40.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#493200 (or 0x493200) is known color: Mikado. HEX triplet: 49, 32 and 00. RGB value is (73,50,0). Sum of RGB (Red+Green+Blue) = 73+50+0=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #493200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493200 is #B6CDFF. Grayscale: #333333. Windows color (decimal): -11980288 or 12873. OLE color: 12873.

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

Color convert

RGB 73 50 0 -
CMYK 0 0.32 1 0.71
HSL 41.1º 1% 0.14% -
HSV(B) 41.1º 1% 0.29% -
XYZ 3.89 3.7 0.51 -
YUV 51.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 73 50 0 0 0.32 1 0.71 41.1 1 0.14
Hex 49 32 0 0 20 64 47 29 64 E
Octal 111 62 0 0 40 144 107 51 144 16
Binary 1001001 110010 0 0 100000 1100100 1000111 101001 1100100 1110

Color Harmonies of #493200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493200

Black with #493200

Text Example


Text Example

White with #493200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493200; }

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

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

background-color css

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

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

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

border-color css

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

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

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