#472505

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

Shades of Bistre #472505

Tints of Bistre #472505

Color information

#472505 (or 0x472505) is unknown color: approx Bistre. HEX triplet: 47, 25 and 05. RGB value is (71,37,5). Sum of RGB (Red+Green+Blue) = 71+37+5=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472505 is #B8DAFA. Grayscale: #2B2B2B. Windows color (decimal): -12114683 or 337223. OLE color: 337223.

HSL color Cylindrical-coordinate representation of color #472505: hue angle of 29.09º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #472505 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB71375-
CMYK00.480.930.72
HSL29.09º86.84%14.9%-
HSV(B)29.09º92.96%27.84%-
XYZ3.292.670.49-
YUV43.52106.26147.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=62.83%
G=32.74%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7137500.480.930.7229.0986.8414.9
Hex472550305D481d57f
Octal1074550601351103512717
Binary10001111001011010110000101110110010001110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472505; }

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

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

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

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

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

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

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

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