#835642

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

Shades of Ironstone #835642

Tints of Ironstone #835642

Color information

#835642 (or 0x835642) is unknown color: approx Ironstone. HEX triplet: 83, 56 and 42. RGB value is (131,86,66). Sum of RGB (Red+Green+Blue) = 131+86+66=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #835642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835642 is #7CA9BD. Grayscale: #616161. Windows color (decimal): -8169918 or 4347523. OLE color: 4347523.

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

Color convert

RGB1318666-
CMYK00.340.500.49
HSL18.46º32.99%38.63%-
HSV(B)18.46º49.62%51.37%-
XYZ13.6711.876.73-
YUV97.18110.41152.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.29%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 66 (26.17% from 255) = 23.32%
R=46.29%
G=30.39%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131866600.340.500.4918.4632.9938.63
Hex8356420223231122127
Octal2031261020426261224147
Binary1000001110101101000010010001011001011000110010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835642; }

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

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

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

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

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

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

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

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