#47250B

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

Shades of Bistre #47250B

Tints of Bistre #47250B

Color information

#47250B (or 0x47250B) is unknown color: approx Bistre. HEX triplet: 47, 25 and 0B. RGB value is (71,37,11). Sum of RGB (Red+Green+Blue) = 71+37+11=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47250B is #B8DAF4. Grayscale: #2C2C2C. Windows color (decimal): -12114677 or 730439. OLE color: 730439.

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

Color convert

RGB713711-
CMYK00.480.850.72
HSL26º73.17%16.08%-
HSV(B)26º84.51%27.84%-
XYZ3.322.690.66-
YUV44.2109.26147.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 11 (4.69% from 255) = 9.24%
R=59.66%
G=31.09%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71371100.480.850.722673.1716.08
Hex4725B03055481a4910
Octal10745130601251103211120
Binary1000111100101101101100001010101100100011010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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