#472710

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

Shades of Bistre #472710

Tints of Bistre #472710

Color information

#472710 (or 0x472710) is unknown color: approx Bistre. HEX triplet: 47, 27 and 10. RGB value is (71,39,16). Sum of RGB (Red+Green+Blue) = 71+39+16=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472710 is #B8D8EF. Grayscale: #2E2E2E. Windows color (decimal): -12114160 or 1058631. OLE color: 1058631.

HSL color Cylindrical-coordinate representation of color #472710: hue angle of 25.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472710 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB713916-
CMYK00.450.770.72
HSL25.09º63.22%17.06%-
HSV(B)25.09º77.46%27.84%-
XYZ3.422.830.86-
YUV45.95111.1145.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=56.35%
G=30.95%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71391600.450.770.7225.0963.2217.06
Hex47271002D4D48193f11
Octal1074720055115110317721
Binary1000111100111100000101101100110110010001100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472710; }

 p { color: rgb(71,39,16); }

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

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

 a { background-color: rgb(71,39,16); }

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

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

 span { border-color: rgb(71,39,16); }

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