#47280B

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

Shades of Bistre #47280B

Tints of Bistre #47280B

Color information

#47280B (or 0x47280B) is unknown color: approx Bistre. HEX triplet: 47, 28 and 0B. RGB value is (71,40,11). Sum of RGB (Red+Green+Blue) = 71+40+11=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47280B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280B is #B8D7F4. Grayscale: #2E2E2E. Windows color (decimal): -12113909 or 731207. OLE color: 731207.

HSL color Cylindrical-coordinate representation of color #47280B: hue angle of 29º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #47280B is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB714011-
CMYK00.440.850.72
HSL29º73.17%16.08%-
HSV(B)29º84.51%27.84%-
XYZ3.422.880.69-
YUV45.96108.27145.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=58.20%
G=32.79%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71401100.440.850.722973.1716.08
Hex4728B02C55481d4910
Octal10750130541251103511120
Binary1000111101000101101011001010101100100011101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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