#472A02

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

Shades of Bistre #472A02

Tints of Bistre #472A02

Color information

#472A02 (or 0x472A02) is unknown color: approx Bistre. HEX triplet: 47, 2A and 02. RGB value is (71,42,2). Sum of RGB (Red+Green+Blue) = 71+42+2=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #472A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A02 is #B8D5FD. Grayscale: #2E2E2E. Windows color (decimal): -12113406 or 141895. OLE color: 141895.

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

Color convert

RGB71422-
CMYK00.410.970.72
HSL34.78º94.52%14.31%-
HSV(B)34.78º97.18%27.84%-
XYZ3.4430.46-
YUV46.11103.11145.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 42 (16.80% from 255) = 36.52%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=61.74%
G=36.52%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142200.410.970.7234.7894.5214.31
Hex472A20296148235fe
Octal1075220511411104313716
Binary10001111010101001010011100001100100010001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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