#47340D

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

Shades of Mikado #47340D

Tints of Mikado #47340D

Color information

#47340D (or 0x47340D) is unknown color: approx Mikado. HEX triplet: 47, 34 and 0D. RGB value is (71,52,13). Sum of RGB (Red+Green+Blue) = 71+52+13=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #47340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47340D is #B8CBF2. Grayscale: #353535. Windows color (decimal): -12110835 or 865351. OLE color: 865351.

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

Color convert

RGB715213-
CMYK00.270.820.72
HSL40.34º69.05%16.47%-
HSV(B)40.34º81.69%27.84%-
XYZ3.93.820.91-
YUV53.24105.29140.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 52 (20.70% from 255) = 38.24%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=52.21%
G=38.24%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71521300.270.820.7240.3469.0516.47
Hex4734D01B5248284510
Octal10764150331221105010520
Binary1000111110100110101101110100101001000101000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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