#473506

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

Shades of Mikado #473506

Tints of Mikado #473506

Color information

#473506 (or 0x473506) is unknown color: approx Mikado. HEX triplet: 47, 35 and 06. RGB value is (71,53,6). Sum of RGB (Red+Green+Blue) = 71+53+6=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #473506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473506 is #B8CAF9. Grayscale: #353535. Windows color (decimal): -12110586 or 406855. OLE color: 406855.

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

Color convert

RGB71536-
CMYK00.250.920.72
HSL43.38º84.42%15.1%-
HSV(B)43.38º91.55%27.84%-
XYZ3.93.90.72-
YUV53.02101.46140.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 6 (2.73% from 255) = 4.62%
R=54.62%
G=40.77%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7153600.250.920.7243.3884.4215.1
Hex473560195C482b54f
Octal1076560311341105312417
Binary10001111101011100110011011100100100010101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473506; }

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

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

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

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

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

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

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

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