#493507

Color #493507 Mikado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mikado #493507

Tints of Mikado #493507

Color information

#493507 (or 0x493507) is unknown color: approx Mikado. HEX triplet: 49, 35 and 07. RGB value is (73,53,7). Sum of RGB (Red+Green+Blue) = 73+53+7=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 53 (21.09% from 255 or 39.85% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #493507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493507 is #B6CAF8. Grayscale: #353535. Windows color (decimal): -11979513 or 472393. OLE color: 472393.

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

Color convert

RGB73537-
CMYK00.270.900.71
HSL41.82º82.5%15.69%-
HSV(B)41.82º90.41%28.63%-
XYZ4.063.980.75-
YUV53.74101.63141.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 53 (21.09% from 255) = 39.85%
BLUE value IS 7 (3.12% from 255) = 5.26%
R=54.89%
G=39.85%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.90
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7353700.270.900.7141.8282.515.69
Hex4935701B5A472a5210
Octal1116570331321075212220
Binary100100111010111101101110110101000111101010101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493507; }

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

 H1.HeaderClassName
 {
   color: #493507;
 }
 .AnyTagClassName
 {
   color: #493507;
 }
</style>
background-color css

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

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

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

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

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

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