#472602

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

Shades of Bistre #472602

Tints of Bistre #472602

Color information

#472602 (or 0x472602) is unknown color: approx Bistre. HEX triplet: 47, 26 and 02. RGB value is (71,38,2). Sum of RGB (Red+Green+Blue) = 71+38+2=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #472602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472602 is #B8D9FD. Grayscale: #2B2B2B. Windows color (decimal): -12114430 or 140871. OLE color: 140871.

HSL color Cylindrical-coordinate representation of color #472602: hue angle of 31.3º 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 #472602 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB71382-
CMYK00.460.970.72
HSL31.3º94.52%14.31%-
HSV(B)31.3º97.18%27.84%-
XYZ3.32.730.41-
YUV43.76104.43147.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 2 (1.17% from 255) = 1.80%
R=63.96%
G=34.23%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7138200.460.970.7231.394.5214.31
Hex4726202E61481f5fe
Octal1074620561411103713716
Binary1000111100110100101110110000110010001111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472602; }

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

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

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

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

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

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

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

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