#472901

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

Shades of Bistre #472901

Tints of Bistre #472901

Color information

#472901 (or 0x472901) is unknown color: approx Bistre. HEX triplet: 47, 29 and 01. RGB value is (71,41,1). Sum of RGB (Red+Green+Blue) = 71+41+1=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472901 is #B8D6FE. Grayscale: #2D2D2D. Windows color (decimal): -12113663 or 76103. OLE color: 76103.

HSL color Cylindrical-coordinate representation of color #472901: hue angle of 34.29º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #472901 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB71411-
CMYK00.420.990.72
HSL34.29º97.22%14.12%-
HSV(B)34.29º98.59%27.84%-
XYZ3.42.930.41-
YUV45.41102.94146.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=62.83%
G=36.28%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141100.420.990.7234.2997.2214.12
Hex4729102A63482261e
Octal1075110521431104214116
Binary1000111101001101010101100011100100010001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472901; }

 p { color: rgb(71,41,1); }

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

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

 a { background-color: rgb(71,41,1); }

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

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

 span { border-color: rgb(71,41,1); }

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