#835247

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

Shades of Ironstone #835247

Tints of Ironstone #835247

Color information

#835247 (or 0x835247) is unknown color: approx Ironstone. HEX triplet: 83, 52 and 47. RGB value is (131,82,71). Sum of RGB (Red+Green+Blue) = 131+82+71=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #835247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835247 is #7CADB8. Grayscale: #5F5F5F. Windows color (decimal): -8170937 or 4674179. OLE color: 4674179.

HSL color Cylindrical-coordinate representation of color #835247: hue angle of 11º 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 #835247 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1318271-
CMYK00.370.460.49
HSL11º29.7%39.61%-
HSV(B)11º45.8%51.37%-
XYZ13.5111.317.43-
YUV95.4114.23153.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 71 (28.12% from 255) = 25%
R=46.13%
G=28.87%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131827100.370.460.491129.739.61
Hex8352470252E31b1e28
Octal2031221070455661133650
Binary10000011101001010001110100101101110110001101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835247; }

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

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

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

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

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

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

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

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