#472A05

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

Shades of Bistre #472A05

Tints of Bistre #472A05

Color information

#472A05 (or 0x472A05) is unknown color: approx Bistre. HEX triplet: 47, 2A and 05. RGB value is (71,42,5). Sum of RGB (Red+Green+Blue) = 71+42+5=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #472A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A05 is #B8D5FA. Grayscale: #2E2E2E. Windows color (decimal): -12113403 or 338503. OLE color: 338503.

HSL color Cylindrical-coordinate representation of color #472A05: hue angle of 33.64º 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 #472A05 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB71425-
CMYK00.410.930.72
HSL33.64º86.84%14.9%-
HSV(B)33.64º92.96%27.84%-
XYZ3.453.010.54-
YUV46.45104.61145.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 42 (16.80% from 255) = 35.59%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=60.17%
G=35.59%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142500.410.930.7233.6486.8414.9
Hex472A50295D482257f
Octal1075250511351104212717
Binary100011110101010101010011011101100100010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472A05; }

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

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

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

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

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

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

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

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