#47280D

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

Shades of Bistre #47280D

Tints of Bistre #47280D

Color information

#47280D (or 0x47280D) is unknown color: approx Bistre. HEX triplet: 47, 28 and 0D. RGB value is (71,40,13). Sum of RGB (Red+Green+Blue) = 71+40+13=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280D is #B8D7F2. Grayscale: #2E2E2E. Windows color (decimal): -12113907 or 862279. OLE color: 862279.

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

Color convert

RGB714013-
CMYK00.440.820.72
HSL27.93º69.05%16.47%-
HSV(B)27.93º81.69%27.84%-
XYZ3.432.890.76-
YUV46.19109.27145.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=57.26%
G=32.26%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71401300.440.820.7227.9369.0516.47
Hex4728D02C52481c4510
Octal10750150541221103410520
Binary1000111101000110101011001010010100100011100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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