#472E18

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

Shades of Bistre #472E18

Tints of Bistre #472E18

Color information

#472E18 (or 0x472E18) is unknown color: approx Bistre. HEX triplet: 47, 2E and 18. RGB value is (71,46,24). Sum of RGB (Red+Green+Blue) = 71+46+24=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E18 is #B8D1E7. Grayscale: #333333. Windows color (decimal): -12112360 or 1584711. OLE color: 1584711.

HSL color Cylindrical-coordinate representation of color #472E18: hue angle of 28.09º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472E18 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB714624-
CMYK00.350.660.72
HSL28.09º49.47%18.63%-
HSV(B)28.09º66.2%27.84%-
XYZ3.743.361.32-
YUV50.97112.78142.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 46 (18.36% from 255) = 32.62%
BLUE value IS 24 (9.77% from 255) = 17.02%
R=50.35%
G=32.62%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71462400.350.660.7228.0949.4718.63
Hex472E1802342481c3113
Octal1075630043102110346123
Binary1000111101110110000100011100001010010001110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,46,24); }

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

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

 a { background-color: rgb(71,46,24); }

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

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

 span { border-color: rgb(71,46,24); }

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