Html Css Color HEX #493202 Mikado

📋 copy color: '#493202'

red 73 ◦ green 50 ◦ blue 2

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

Shades of Mikado #493202

Tints of Mikado #493202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.6%

R = 58.4%
G = 40%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#493202 (or 0x493202) is known color: Mikado. HEX triplet: 49, 32 and 02. RGB value is (73,50,2). Sum of RGB (Red+Green+Blue) = 73+50+2=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #493202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493202 is #B6CDFD. Grayscale: #333333. Windows color (decimal): -11980286 or 143945. OLE color: 143945.

HSL color Cylindrical-coordinate representation of color #493202: hue angle of 40.56º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #493202 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 2 -
CMYK 0 0.32 0.97 0.71
HSL 40.56º 0.95% 0.15% -
HSV(B) 40.56º 0.97% 0.29% -
XYZ 3.9 3.7 0.57 -
YUV 51.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 73 50 2 0 0.32 0.97 0.71 40.56 0.95 0.15
Hex 49 32 2 0 20 61 47 29 5F F
Octal 111 62 2 0 40 141 107 51 137 17
Binary 1001001 110010 10 0 100000 1100001 1000111 101001 1011111 1111

Color Harmonies of #493202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493202

Black with #493202

Text Example


Text Example

White with #493202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493202; }

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

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

background-color css

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

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

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

border-color css

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

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

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