#835545

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

Shades of Ironstone #835545

Tints of Ironstone #835545

Color information

#835545 (or 0x835545) is unknown color: approx Ironstone. HEX triplet: 83, 55 and 45. RGB value is (131,85,69). Sum of RGB (Red+Green+Blue) = 131+85+69=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #835545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835545 is #7CAABA. Grayscale: #616161. Windows color (decimal): -8170171 or 4543875. OLE color: 4543875.

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

Color convert

RGB1318569-
CMYK00.350.470.49
HSL15.48º31%39.22%-
HSV(B)15.48º47.33%51.37%-
XYZ13.6811.757.18-
YUV96.93112.24152.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.96%
GREEN value IS 85 (33.59% from 255) = 29.82%
BLUE value IS 69 (27.34% from 255) = 24.21%
R=45.96%
G=29.82%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131856900.350.470.4915.483139.22
Hex8355450232F31f1f27
Octal2031251050435761173747
Binary10000011101010110001010100011101111110001111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835545; }

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

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

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

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

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

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

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

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