#47340F

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

Shades of Mikado #47340F

Tints of Mikado #47340F

Color information

#47340F (or 0x47340F) is unknown color: approx Mikado. HEX triplet: 47, 34 and 0F. RGB value is (71,52,15). Sum of RGB (Red+Green+Blue) = 71+52+15=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47340F is #B8CBF0. Grayscale: #353535. Windows color (decimal): -12110833 or 996423. OLE color: 996423.

HSL color Cylindrical-coordinate representation of color #47340F: hue angle of 39.64º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47340F is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB715215-
CMYK00.270.790.72
HSL39.64º65.12%16.86%-
HSV(B)39.64º78.87%27.84%-
XYZ3.913.830.98-
YUV53.46106.29140.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 15 (6.25% from 255) = 10.87%
R=51.45%
G=37.68%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71521500.270.790.7239.6465.1216.86
Hex4734F01B4F48284111
Octal10764170331171105010121
Binary1000111110100111101101110011111001000101000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47340F; }

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

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

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

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

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

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

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

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