#47360E

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

Shades of Mikado #47360E

Tints of Mikado #47360E

Color information

#47360E (or 0x47360E) is unknown color: approx Mikado. HEX triplet: 47, 36 and 0E. RGB value is (71,54,14). Sum of RGB (Red+Green+Blue) = 71+54+14=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #47360E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47360E is #B8C9F1. Grayscale: #363636. Windows color (decimal): -12110322 or 931399. OLE color: 931399.

HSL color Cylindrical-coordinate representation of color #47360E: hue angle of 42.11º 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 #47360E is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB715414-
CMYK00.240.800.72
HSL42.11º67.06%16.67%-
HSV(B)42.11º80.28%27.84%-
XYZ44.010.98-
YUV54.52105.13139.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 54 (21.48% from 255) = 38.85%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=51.08%
G=38.85%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71541400.240.800.7242.1167.0616.67
Hex4736E01850482a4311
Octal10766160301201105210321
Binary1000111110110111001100010100001001000101010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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