#472A0F

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

Shades of Bistre #472A0F

Tints of Bistre #472A0F

Color information

#472A0F (or 0x472A0F) is unknown color: approx Bistre. HEX triplet: 47, 2A and 0F. RGB value is (71,42,15). Sum of RGB (Red+Green+Blue) = 71+42+15=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A0F is #B8D5F0. Grayscale: #2F2F2F. Windows color (decimal): -12113393 or 993863. OLE color: 993863.

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

Color convert

RGB714215-
CMYK00.410.790.72
HSL28.93º65.12%16.86%-
HSV(B)28.93º78.87%27.84%-
XYZ3.513.030.85-
YUV47.59109.61144.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=55.47%
G=32.81%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71421500.410.790.7228.9365.1216.86
Hex472AF0294F481d4111
Octal10752170511171103510121
Binary1000111101010111101010011001111100100011101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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