#473505

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

Shades of Mikado #473505

Tints of Mikado #473505

Color information

#473505 (or 0x473505) is unknown color: approx Mikado. HEX triplet: 47, 35 and 05. RGB value is (71,53,5). Sum of RGB (Red+Green+Blue) = 71+53+5=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #473505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473505 is #B8CAFA. Grayscale: #353535. Windows color (decimal): -12110587 or 341319. OLE color: 341319.

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

Color convert

RGB71535-
CMYK00.250.930.72
HSL43.64º86.84%14.9%-
HSV(B)43.64º92.96%27.84%-
XYZ3.93.90.69-
YUV52.91100.96140.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 5 (2.34% from 255) = 3.88%
R=55.04%
G=41.09%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7153500.250.930.7243.6486.8414.9
Hex473550195D482c57f
Octal1076550311351105412717
Binary10001111101011010110011011101100100010110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473505; }

 p { color: rgb(71,53,5); }

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

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

 a { background-color: rgb(71,53,5); }

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

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

 span { border-color: rgb(71,53,5); }

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