#473714

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

Shades of Mikado #473714

Tints of Mikado #473714

Color information

#473714 (or 0x473714) is unknown color: approx Mikado. HEX triplet: 47, 37 and 14. RGB value is (71,55,20). Sum of RGB (Red+Green+Blue) = 71+55+20=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #473714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473714 is #B8C8EB. Grayscale: #373737. Windows color (decimal): -12110060 or 1324871. OLE color: 1324871.

HSL color Cylindrical-coordinate representation of color #473714: hue angle of 41.18º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #473714 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB715520-
CMYK00.230.720.72
HSL41.18º56.04%17.84%-
HSV(B)41.18º71.83%27.84%-
XYZ4.094.121.24-
YUV55.79107.8138.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 20 (8.20% from 255) = 13.70%
R=48.63%
G=37.67%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71552000.230.720.7241.1856.0417.84
Hex4737140174848293812
Octal1076724027110110517022
Binary1000111110111101000101111001000100100010100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473714; }

 p { color: rgb(71,55,20); }

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

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

 a { background-color: rgb(71,55,20); }

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

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

 span { border-color: rgb(71,55,20); }

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