#473309

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

Shades of Mikado #473309

Tints of Mikado #473309

Color information

#473309 (or 0x473309) is unknown color: approx Mikado. HEX triplet: 47, 33 and 09. RGB value is (71,51,9). Sum of RGB (Red+Green+Blue) = 71+51+9=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #473309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473309 is #B8CCF6. Grayscale: #343434. Windows color (decimal): -12111095 or 602951. OLE color: 602951.

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

Color convert

RGB71519-
CMYK00.280.870.72
HSL40.65º77.5%15.69%-
HSV(B)40.65º87.32%27.84%-
XYZ3.833.730.78-
YUV52.19103.63141.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=54.20%
G=38.93%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7151900.280.870.7240.6577.515.69
Hex4733901C5748294e10
Octal10763110341271105111620
Binary1000111110011100101110010101111001000101001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473309; }

 p { color: rgb(71,51,9); }

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

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

 a { background-color: rgb(71,51,9); }

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

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

 span { border-color: rgb(71,51,9); }

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