#472802

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

Shades of Bistre #472802

Tints of Bistre #472802

Color information

#472802 (or 0x472802) is unknown color: approx Bistre. HEX triplet: 47, 28 and 02. RGB value is (71,40,2). Sum of RGB (Red+Green+Blue) = 71+40+2=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #472802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472802 is #B8D7FD. Grayscale: #2D2D2D. Windows color (decimal): -12113918 or 141383. OLE color: 141383.

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

Color convert

RGB71402-
CMYK00.440.970.72
HSL33.04º94.52%14.31%-
HSV(B)33.04º97.18%27.84%-
XYZ3.372.860.43-
YUV44.94103.77146.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 40 (16.02% from 255) = 35.40%
BLUE value IS 2 (1.17% from 255) = 1.77%
R=62.83%
G=35.40%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7140200.440.970.7233.0494.5214.31
Hex4728202C6148215fe
Octal1075020541411104113716
Binary10001111010001001011001100001100100010000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472802; }

 p { color: rgb(71,40,2); }

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

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

 a { background-color: rgb(71,40,2); }

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

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

 span { border-color: rgb(71,40,2); }

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