#835145

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

Shades of Ironstone #835145

Tints of Ironstone #835145

Color information

#835145 (or 0x835145) is unknown color: approx Ironstone. HEX triplet: 83, 51 and 45. RGB value is (131,81,69). Sum of RGB (Red+Green+Blue) = 131+81+69=281 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.62% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 131 - color contains mainly: red. Hex color #835145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835145 is #7CAEBA. Grayscale: #5E5E5E. Windows color (decimal): -8171195 or 4542851. OLE color: 4542851.

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

Color convert

RGB1318169-
CMYK00.380.470.49
HSL11.61º31%39.22%-
HSV(B)11.61º47.33%51.37%-
XYZ13.3811.147.08-
YUV94.58113.56153.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.62%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=46.62%
G=28.83%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131816900.380.470.4911.613139.22
Hex8351450262F31c1f27
Octal2031211050465761143747
Binary10000011101000110001010100110101111110001110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835145; }

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

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

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

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

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

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

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

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