#473410

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

Shades of Mikado #473410

Tints of Mikado #473410

Color information

#473410 (or 0x473410) is unknown color: approx Mikado. HEX triplet: 47, 34 and 10. RGB value is (71,52,16). Sum of RGB (Red+Green+Blue) = 71+52+16=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #473410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473410 is #B8CBEF. Grayscale: #353535. Windows color (decimal): -12110832 or 1061959. OLE color: 1061959.

HSL color Cylindrical-coordinate representation of color #473410: hue angle of 39.27º 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 #473410 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB715216-
CMYK00.270.770.72
HSL39.27º63.22%17.06%-
HSV(B)39.27º77.46%27.84%-
XYZ3.923.831.02-
YUV53.58106.79140.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 52 (20.70% from 255) = 37.41%
BLUE value IS 16 (6.64% from 255) = 11.51%
R=51.08%
G=37.41%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71521600.270.770.7239.2763.2217.06
Hex47341001B4D48273f11
Octal1076420033115110477721
Binary1000111110100100000110111001101100100010011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473410; }

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

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

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

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

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

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

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

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