#47340A

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

Shades of Mikado #47340A

Tints of Mikado #47340A

Color information

#47340A (or 0x47340A) is unknown color: approx Mikado. HEX triplet: 47, 34 and 0A. RGB value is (71,52,10). Sum of RGB (Red+Green+Blue) = 71+52+10=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #47340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47340A is #B8CBF5. Grayscale: #353535. Windows color (decimal): -12110838 or 668743. OLE color: 668743.

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

Color convert

RGB715210-
CMYK00.270.860.72
HSL41.31º75.31%15.88%-
HSV(B)41.31º85.92%27.84%-
XYZ3.883.820.82-
YUV52.89103.79140.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 52 (20.70% from 255) = 39.10%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=53.38%
G=39.10%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71521000.270.860.7241.3175.3115.88
Hex4734A01B5648294b10
Octal10764120331261105111320
Binary1000111110100101001101110101101001000101001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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