#472A0B

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

Shades of Bistre #472A0B

Tints of Bistre #472A0B

Color information

#472A0B (or 0x472A0B) is unknown color: approx Bistre. HEX triplet: 47, 2A and 0B. RGB value is (71,42,11). Sum of RGB (Red+Green+Blue) = 71+42+11=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A0B is #B8D5F4. Grayscale: #2F2F2F. Windows color (decimal): -12113397 or 731719. OLE color: 731719.

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

Color convert

RGB714211-
CMYK00.410.850.72
HSL31º73.17%16.08%-
HSV(B)31º84.51%27.84%-
XYZ3.493.020.72-
YUV47.14107.61145.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 42 (16.80% from 255) = 33.87%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=57.26%
G=33.87%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71421100.410.850.723173.1716.08
Hex472AB02955481f4910
Octal10752130511251103711120
Binary1000111101010101101010011010101100100011111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472A0B; }

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

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

<style>
 a { background-color: #472A0B; }

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

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

<style>
 span { border-color: #472A0B; }

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

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