#47250C

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

Shades of Bistre #47250C

Tints of Bistre #47250C

Color information

#47250C (or 0x47250C) is unknown color: approx Bistre. HEX triplet: 47, 25 and 0C. RGB value is (71,37,12). Sum of RGB (Red+Green+Blue) = 71+37+12=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47250C is #B8DAF3. Grayscale: #2C2C2C. Windows color (decimal): -12114676 or 795975. OLE color: 795975.

HSL color Cylindrical-coordinate representation of color #47250C: hue angle of 25.42º 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 #47250C is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB713712-
CMYK00.480.830.72
HSL25.42º71.08%16.27%-
HSV(B)25.42º83.1%27.84%-
XYZ3.332.690.69-
YUV44.32109.76147.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 12 (5.08% from 255) = 10%
R=59.17%
G=30.83%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71371200.480.830.7225.4271.0816.27
Hex4725C0305348194710
Octal10745140601231103110720
Binary1000111100101110001100001010011100100011001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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