#473510

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

Shades of Mikado #473510

Tints of Mikado #473510

Color information

#473510 (or 0x473510) is unknown color: approx Mikado. HEX triplet: 47, 35 and 10. RGB value is (71,53,16). Sum of RGB (Red+Green+Blue) = 71+53+16=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #473510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473510 is #B8CAEF. Grayscale: #363636. Windows color (decimal): -12110576 or 1062215. OLE color: 1062215.

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

Color convert

RGB715316-
CMYK00.250.770.72
HSL40.36º63.22%17.06%-
HSV(B)40.36º77.46%27.84%-
XYZ3.973.921.04-
YUV54.16106.46140.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 53 (21.09% from 255) = 37.86%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=50.71%
G=37.86%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71531600.250.770.7240.3663.2217.06
Hex4735100194D48283f11
Octal1076520031115110507721
Binary1000111110101100000110011001101100100010100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473510; }

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

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

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

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

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

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

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

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