#835147

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

Shades of Ironstone #835147

Tints of Ironstone #835147

Color information

#835147 (or 0x835147) is unknown color: approx Ironstone. HEX triplet: 83, 51 and 47. RGB value is (131,81,71). Sum of RGB (Red+Green+Blue) = 131+81+71=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #835147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835147 is #7CAEB8. Grayscale: #5E5E5E. Windows color (decimal): -8171193 or 4673923. OLE color: 4673923.

HSL color Cylindrical-coordinate representation of color #835147: hue angle of 10º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835147 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1318171-
CMYK00.380.460.49
HSL10º29.7%39.61%-
HSV(B)10º45.8%51.37%-
XYZ13.4411.177.41-
YUV94.81114.56153.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 71 (28.12% from 255) = 25.09%
R=46.29%
G=28.62%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131817100.380.460.491029.739.61
Hex8351470262E31a1e28
Octal2031211070465661123650
Binary10000011101000110001110100110101110110001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835147; }

 p { color: rgb(131,81,71); }

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

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

 a { background-color: rgb(131,81,71); }

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

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

 span { border-color: rgb(131,81,71); }

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