#472A03

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

Shades of Bistre #472A03

Tints of Bistre #472A03

Color information

#472A03 (or 0x472A03) is unknown color: approx Bistre. HEX triplet: 47, 2A and 03. RGB value is (71,42,3). Sum of RGB (Red+Green+Blue) = 71+42+3=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #472A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A03 is #B8D5FC. Grayscale: #2E2E2E. Windows color (decimal): -12113405 or 207431. OLE color: 207431.

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

Color convert

RGB71423-
CMYK00.410.960.72
HSL34.41º91.89%14.51%-
HSV(B)34.41º95.77%27.84%-
XYZ3.4430.48-
YUV46.22103.61145.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 3 (1.56% from 255) = 2.59%
R=61.21%
G=36.21%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142300.410.960.7234.4191.8914.51
Hex472A30296048225cf
Octal1075230511401104213417
Binary10001111010101101010011100000100100010001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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