#47350E

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

Shades of Mikado #47350E

Tints of Mikado #47350E

Color information

#47350E (or 0x47350E) is unknown color: approx Mikado. HEX triplet: 47, 35 and 0E. RGB value is (71,53,14). Sum of RGB (Red+Green+Blue) = 71+53+14=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47350E is #B8CAF1. Grayscale: #363636. Windows color (decimal): -12110578 or 931143. OLE color: 931143.

HSL color Cylindrical-coordinate representation of color #47350E: hue angle of 41.05º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47350E is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB715314-
CMYK00.250.800.72
HSL41.05º67.06%16.67%-
HSV(B)41.05º80.28%27.84%-
XYZ3.953.920.96-
YUV53.94105.46140.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 53 (21.09% from 255) = 38.41%
BLUE value IS 14 (5.86% from 255) = 10.14%
R=51.45%
G=38.41%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71531400.250.800.7241.0567.0616.67
Hex4735E0195048294311
Octal10765160311201105110321
Binary1000111110101111001100110100001001000101001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47350E; }

 p { color: rgb(71,53,14); }

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

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

 a { background-color: rgb(71,53,14); }

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

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

 span { border-color: rgb(71,53,14); }

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