#47320C

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

Shades of Mikado #47320C

Tints of Mikado #47320C

Color information

#47320C (or 0x47320C) is unknown color: approx Mikado. HEX triplet: 47, 32 and 0C. RGB value is (71,50,12). Sum of RGB (Red+Green+Blue) = 71+50+12=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47320C is #B8CDF3. Grayscale: #343434. Windows color (decimal): -12111348 or 799303. OLE color: 799303.

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

Color convert

RGB715012-
CMYK00.300.830.72
HSL38.64º71.08%16.27%-
HSV(B)38.64º83.1%27.84%-
XYZ3.813.650.85-
YUV51.95105.46141.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 50 (19.92% from 255) = 37.59%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=53.38%
G=37.59%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71501200.300.830.7238.6471.0816.27
Hex4732C01E5348274710
Octal10762140361231104710720
Binary1000111110010110001111010100111001000100111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47320C; }

 p { color: rgb(71,50,12); }

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

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

 a { background-color: rgb(71,50,12); }

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

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

 span { border-color: rgb(71,50,12); }

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