Html Css Color HEX #493402 Mikado

📋 copy color: '#493402'

red 73 ◦ green 52 ◦ blue 2

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

Shades of Mikado #493402

Tints of Mikado #493402

RGB

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

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

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

R = 57.48%
G = 40.94%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#493402 (or 0x493402) is known color: Mikado. HEX triplet: 49, 34 and 02. RGB value is (73,52,2). Sum of RGB (Red+Green+Blue) = 73+52+2=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #493402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493402 is #B6CBFD. Grayscale: #343434. Windows color (decimal): -11979774 or 144457. OLE color: 144457.

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

Color convert

RGB 73 52 2 -
CMYK 0 0.29 0.97 0.71
HSL 42.25º 0.95% 0.15% -
HSV(B) 42.25º 0.97% 0.29% -
XYZ 3.99 3.88 0.6 -
YUV 52.58 99.46 142.57 -
System Red Green Blue C M Y K H S L
Decimal 73 52 2 0 0.29 0.97 0.71 42.25 0.95 0.15
Hex 49 34 2 0 1D 61 47 2A 5F F
Octal 111 64 2 0 35 141 107 52 137 17
Binary 1001001 110100 10 0 11101 1100001 1000111 101010 1011111 1111

Color Harmonies of #493402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493402

Black with #493402

Text Example


Text Example

White with #493402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493402; }

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

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

background-color css

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

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

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

border-color css

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

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

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