#835143

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

Shades of Ironstone #835143

Tints of Ironstone #835143

Color information

#835143 (or 0x835143) is unknown color: approx Ironstone. HEX triplet: 83, 51 and 43. RGB value is (131,81,67). Sum of RGB (Red+Green+Blue) = 131+81+67=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #835143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835143 is #7CAEBC. Grayscale: #5E5E5E. Windows color (decimal): -8171197 or 4411779. OLE color: 4411779.

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

Color convert

RGB1318167-
CMYK00.380.490.49
HSL13.13º32.32%38.82%-
HSV(B)13.13º48.85%51.37%-
XYZ13.3211.126.75-
YUV94.35112.56154.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 67 (26.56% from 255) = 24.01%
R=46.95%
G=29.03%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131816700.380.490.4913.1332.3238.82
Hex8351430263131d2027
Octal2031211030466161154047
Binary100000111010001100001101001101100011100011101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835143; }

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

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

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

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

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

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

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

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