#47280C

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

Shades of Bistre #47280C

Tints of Bistre #47280C

Color information

#47280C (or 0x47280C) is unknown color: approx Bistre. HEX triplet: 47, 28 and 0C. RGB value is (71,40,12). Sum of RGB (Red+Green+Blue) = 71+40+12=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47280C is #B8D7F3. Grayscale: #2E2E2E. Windows color (decimal): -12113908 or 796743. OLE color: 796743.

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

Color convert

RGB714012-
CMYK00.440.830.72
HSL28.47º71.08%16.27%-
HSV(B)28.47º83.1%27.84%-
XYZ3.422.880.72-
YUV46.08108.77145.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=57.72%
G=32.52%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71401200.440.830.7228.4771.0816.27
Hex4728C02C53481c4710
Octal10750140541231103410720
Binary1000111101000110001011001010011100100011100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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