Html Css Color HEX #493307 Mikado

📋 copy color: '#493307'

red 73 ◦ green 51 ◦ blue 7

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

Shades of Mikado #493307

Tints of Mikado #493307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.34%

R = 55.73%
G = 38.93%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.71

RGB Variations

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

Color information

#493307 (or 0x493307) is known color: Mikado. HEX triplet: 49, 33 and 07. RGB value is (73,51,7). Sum of RGB (Red+Green+Blue) = 73+51+7=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #493307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493307 is #B6CCF8. Grayscale: #343434. Windows color (decimal): -11980025 or 471881. OLE color: 471881.

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

Color convert

RGB 73 51 7 -
CMYK 0 0.30 0.90 0.71
HSL 40º 0.83% 0.16% -
HSV(B) 40º 0.9% 0.29% -
XYZ 3.97 3.8 0.73 -
YUV 52.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 73 51 7 0 0.30 0.90 0.71 40 0.83 0.16
Hex 49 33 7 0 1E 5A 47 28 52 10
Octal 111 63 7 0 36 132 107 50 122 20
Binary 1001001 110011 111 0 11110 1011010 1000111 101000 1010010 10000

Color Harmonies of #493307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493307

Black with #493307

Text Example


Text Example

White with #493307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493307; }

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

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

background-color css

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

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

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

border-color css

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

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

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