#472A06

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

Shades of Bistre #472A06

Tints of Bistre #472A06

Color information

#472A06 (or 0x472A06) is unknown color: approx Bistre. HEX triplet: 47, 2A and 06. RGB value is (71,42,6). Sum of RGB (Red+Green+Blue) = 71+42+6=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #472A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A06 is #B8D5F9. Grayscale: #2E2E2E. Windows color (decimal): -12113402 or 404039. OLE color: 404039.

HSL color Cylindrical-coordinate representation of color #472A06: hue angle of 33.23º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #472A06 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB71426-
CMYK00.410.920.72
HSL33.23º84.42%15.1%-
HSV(B)33.23º91.55%27.84%-
XYZ3.463.010.57-
YUV46.57105.11145.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 6 (2.73% from 255) = 5.04%
R=59.66%
G=35.29%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142600.410.920.7233.2384.4215.1
Hex472A60295C482154f
Octal1075260511341104112417
Binary100011110101011001010011011100100100010000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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