#47260D

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

Shades of Bistre #47260D

Tints of Bistre #47260D

Color information

#47260D (or 0x47260D) is unknown color: approx Bistre. HEX triplet: 47, 26 and 0D. RGB value is (71,38,13). Sum of RGB (Red+Green+Blue) = 71+38+13=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47260D is #B8D9F2. Grayscale: #2D2D2D. Windows color (decimal): -12114419 or 861767. OLE color: 861767.

HSL color Cylindrical-coordinate representation of color #47260D: hue angle of 25.86º 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 #47260D is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB713813-
CMYK00.460.820.72
HSL25.86º69.05%16.47%-
HSV(B)25.86º81.69%27.84%-
XYZ3.362.750.74-
YUV45.02109.93146.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 38 (15.23% from 255) = 31.15%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=58.20%
G=31.15%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71381300.460.820.7225.8669.0516.47
Hex4726D02E52481a4510
Octal10746150561221103210520
Binary1000111100110110101011101010010100100011010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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