#493405

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

Shades of Mikado #493405

Tints of Mikado #493405

Color information

#493405 (or 0x493405) is unknown color: approx Mikado. HEX triplet: 49, 34 and 05. RGB value is (73,52,5). Sum of RGB (Red+Green+Blue) = 73+52+5=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #493405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #493405 is #B6CBFA. Grayscale: #353535. Windows color (decimal): -11979771 or 341065. OLE color: 341065.

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

Color convert

RGB73525-
CMYK00.290.930.71
HSL41.47º87.18%15.29%-
HSV(B)41.47º93.15%28.63%-
XYZ43.880.68-
YUV52.92100.96142.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 52 (20.70% from 255) = 40%
BLUE value IS 5 (2.34% from 255) = 3.85%
R=56.15%
G=40%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7352500.290.930.7141.4787.1815.29
Hex4934501D5D472957f
Octal1116450351351075112717
Binary10010011101001010111011011101100011110100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493405; }

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

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

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

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

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

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

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

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