#472904

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

Shades of Bistre #472904

Tints of Bistre #472904

Color information

#472904 (or 0x472904) is unknown color: approx Bistre. HEX triplet: 47, 29 and 04. RGB value is (71,41,4). Sum of RGB (Red+Green+Blue) = 71+41+4=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #472904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472904 is #B8D6FB. Grayscale: #2D2D2D. Windows color (decimal): -12113660 or 272711. OLE color: 272711.

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

Color convert

RGB71414-
CMYK00.420.940.72
HSL33.13º89.33%14.71%-
HSV(B)33.13º94.37%27.84%-
XYZ3.412.930.5-
YUV45.75104.44146.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 4 (1.95% from 255) = 3.45%
R=61.21%
G=35.34%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7141400.420.940.7233.1389.3314.71
Hex4729402A5E482159f
Octal1075140521361104113117
Binary100011110100110001010101011110100100010000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472904; }

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

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

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

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

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

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

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

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