#472A0C

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

Shades of Bistre #472A0C

Tints of Bistre #472A0C

Color information

#472A0C (or 0x472A0C) is unknown color: approx Bistre. HEX triplet: 47, 2A and 0C. RGB value is (71,42,12). Sum of RGB (Red+Green+Blue) = 71+42+12=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 42 (16.80% from 255 or 33.6% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #472A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472A0C is #B8D5F3. Grayscale: #2F2F2F. Windows color (decimal): -12113396 or 797255. OLE color: 797255.

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

Color convert

RGB714212-
CMYK00.410.830.72
HSL30.51º71.08%16.27%-
HSV(B)30.51º83.1%27.84%-
XYZ3.493.020.75-
YUV47.25108.11144.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 42 (16.80% from 255) = 33.6%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=56.8%
G=33.6%
B=9.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71421200.410.830.7230.5171.0816.27
Hex472AC02953481f4710
Octal10752140511231103710720
Binary1000111101010110001010011010011100100011111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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