#472B0C

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

Shades of Bistre #472B0C

Tints of Bistre #472B0C

Color information

#472B0C (or 0x472B0C) is unknown color: approx Bistre. HEX triplet: 47, 2B and 0C. RGB value is (71,43,12). Sum of RGB (Red+Green+Blue) = 71+43+12=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472B0C is #B8D4F3. Grayscale: #2F2F2F. Windows color (decimal): -12113140 or 797511. OLE color: 797511.

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

Color convert

RGB714312-
CMYK00.390.830.72
HSL31.53º71.08%16.27%-
HSV(B)31.53º83.1%27.84%-
XYZ3.533.090.76-
YUV47.84107.78144.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 43 (17.19% from 255) = 34.13%
BLUE value IS 12 (5.08% from 255) = 9.52%
R=56.35%
G=34.13%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71431200.390.830.7231.5371.0816.27
Hex472BC0275348204710
Octal10753140471231104010720
Binary10001111010111100010011110100111001000100000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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