#473512

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

Shades of Mikado #473512

Tints of Mikado #473512

Color information

#473512 (or 0x473512) is unknown color: approx Mikado. HEX triplet: 47, 35 and 12. RGB value is (71,53,18). Sum of RGB (Red+Green+Blue) = 71+53+18=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #473512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473512 is #B8CAED. Grayscale: #363636. Windows color (decimal): -12110574 or 1193287. OLE color: 1193287.

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

Color convert

RGB715318-
CMYK00.250.750.72
HSL39.62º59.55%17.45%-
HSV(B)39.62º74.65%27.84%-
XYZ3.983.931.12-
YUV54.39107.46139.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=50%
G=37.32%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71531800.250.750.7239.6259.5517.45
Hex4735120194B48283c11
Octal1076522031113110507421
Binary1000111110101100100110011001011100100010100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473512; }

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

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

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

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

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

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

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

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