#47280F

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

Shades of Bistre #47280F

Tints of Bistre #47280F

Color information

#47280F (or 0x47280F) is unknown color: approx Bistre. HEX triplet: 47, 28 and 0F. RGB value is (71,40,15). Sum of RGB (Red+Green+Blue) = 71+40+15=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #47280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280F is #B8D7F0. Grayscale: #2E2E2E. Windows color (decimal): -12113905 or 993351. OLE color: 993351.

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

Color convert

RGB714015-
CMYK00.440.790.72
HSL26.79º65.12%16.86%-
HSV(B)26.79º78.87%27.84%-
XYZ3.442.890.83-
YUV46.42110.27145.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 15 (6.25% from 255) = 11.90%
R=56.35%
G=31.75%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71401500.440.790.7226.7965.1216.86
Hex4728F02C4F481b4111
Octal10750170541171103310121
Binary1000111101000111101011001001111100100011011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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