Html Css Color HEX #493302 Mikado

📋 copy color: '#493302'

red 73 ◦ green 51 ◦ blue 2

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

Shades of Mikado #493302

Tints of Mikado #493302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 40.48%

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

R = 57.94%
G = 40.48%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#493302 (or 0x493302) is known color: Mikado. HEX triplet: 49, 33 and 02. RGB value is (73,51,2). Sum of RGB (Red+Green+Blue) = 73+51+2=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #493302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493302 is #B6CCFD. Grayscale: #343434. Windows color (decimal): -11980030 or 144201. OLE color: 144201.

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

Color convert

RGB 73 51 2 -
CMYK 0 0.30 0.97 0.71
HSL 41.41º 0.95% 0.15% -
HSV(B) 41.41º 0.97% 0.29% -
XYZ 3.94 3.79 0.58 -
YUV 51.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 73 51 2 0 0.30 0.97 0.71 41.41 0.95 0.15
Hex 49 33 2 0 1E 61 47 29 5F F
Octal 111 63 2 0 36 141 107 51 137 17
Binary 1001001 110011 10 0 11110 1100001 1000111 101001 1011111 1111

Color Harmonies of #493302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493302

Black with #493302

Text Example


Text Example

White with #493302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493302; }

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

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

background-color css

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

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

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

border-color css

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

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

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