#47270F

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

Shades of Bistre #47270F

Tints of Bistre #47270F

Color information

#47270F (or 0x47270F) is unknown color: approx Bistre. HEX triplet: 47, 27 and 0F. RGB value is (71,39,15). Sum of RGB (Red+Green+Blue) = 71+39+15=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #47270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47270F is #B8D8F0. Grayscale: #2D2D2D. Windows color (decimal): -12114161 or 993095. OLE color: 993095.

HSL color Cylindrical-coordinate representation of color #47270F: hue angle of 25.71º 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 #47270F is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB713915-
CMYK00.450.790.72
HSL25.71º65.12%16.86%-
HSV(B)25.71º78.87%27.84%-
XYZ3.412.830.82-
YUV45.83110.6145.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 15 (6.25% from 255) = 12%
R=56.8%
G=31.2%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71391500.450.790.7225.7165.1216.86
Hex4727F02D4F481a4111
Octal10747170551171103210121
Binary1000111100111111101011011001111100100011010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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