#472b0a

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

Shades of Bistre #472B0A

Tints of Bistre #472B0A

Color information

#472B0A (or 0x472B0A) is unknown color: approx Bistre. HEX triplet: 47, 2B and 0A. RGB value is (71,43,10). Sum of RGB (Red+Green+Blue) = 71+43+10=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B0A is #B8D4F5. Grayscale: #2F2F2F. Windows color (decimal): -12113142 or 666439. OLE color: 666439.

HSL color Cylindrical-coordinate representation of color #472B0A: hue angle of 32.46º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #472B0A is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB714310-
CMYK00.390.860.72
HSL32.46º75.31%15.88%-
HSV(B)32.46º85.92%27.84%-
XYZ3.523.090.7-
YUV47.61106.78144.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 10 (4.30% from 255) = 8.06%
R=57.26%
G=34.68%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71431000.390.860.7232.4675.3115.88
Hex472BA0275648204b10
Octal10753120471261104011320
Binary10001111010111010010011110101101001000100000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472b0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,43,10); }

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

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

 a { background-color: rgb(71,43,10); }

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

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

 span { border-color: rgb(71,43,10); }

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