Html Css Color HEX #493304 Mikado

📋 copy color: '#493304'

red 73 ◦ green 51 ◦ blue 4

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

Shades of Mikado #493304

Tints of Mikado #493304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.13%

R = 57.03%
G = 39.84%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#493304 (or 0x493304) is known color: Mikado. HEX triplet: 49, 33 and 04. RGB value is (73,51,4). Sum of RGB (Red+Green+Blue) = 73+51+4=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #493304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493304 is #B6CCFB. Grayscale: #343434. Windows color (decimal): -11980028 or 275273. OLE color: 275273.

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

Color convert

RGB 73 51 4 -
CMYK 0 0.30 0.95 0.71
HSL 40.87º 0.9% 0.15% -
HSV(B) 40.87º 0.95% 0.29% -
XYZ 3.95 3.79 0.64 -
YUV 52.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 73 51 4 0 0.30 0.95 0.71 40.87 0.9 0.15
Hex 49 33 4 0 1E 5F 47 29 5A F
Octal 111 63 4 0 36 137 107 51 132 17
Binary 1001001 110011 100 0 11110 1011111 1000111 101001 1011010 1111

Color Harmonies of #493304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493304

Black with #493304

Text Example


Text Example

White with #493304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493304; }

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

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

background-color css

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

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

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

border-color css

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

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

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