#835042

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

Shades of Ironstone #835042

Tints of Ironstone #835042

Color information

#835042 (or 0x835042) is unknown color: approx Ironstone. HEX triplet: 83, 50 and 42. RGB value is (131,80,66). Sum of RGB (Red+Green+Blue) = 131+80+66=277 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.29% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 131 - color contains mainly: red. Hex color #835042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835042 is #7CAFBD. Grayscale: #5D5D5D. Windows color (decimal): -8171454 or 4345987. OLE color: 4345987.

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

Color convert

RGB1318066-
CMYK00.390.500.49
HSL12.92º32.99%38.63%-
HSV(B)12.92º49.62%51.37%-
XYZ13.2110.966.57-
YUV93.65112.4154.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.29%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=47.29%
G=28.88%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131806600.390.500.4912.9232.9938.63
Hex8350420273231d2127
Octal2031201020476261154147
Binary100000111010000100001001001111100101100011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835042; }

 p { color: rgb(131,80,66); }

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

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

 a { background-color: rgb(131,80,66); }

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

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

 span { border-color: rgb(131,80,66); }

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