#875341

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

Shades of Ironstone #875341

Tints of Ironstone #875341

Color information

#875341 (or 0x875341) is unknown color: approx Ironstone. HEX triplet: 87, 53 and 41. RGB value is (135,83,65). Sum of RGB (Red+Green+Blue) = 135+83+65=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #875341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875341 is #78ACBE. Grayscale: #606060. Windows color (decimal): -7908543 or 4281223. OLE color: 4281223.

HSL color Cylindrical-coordinate representation of color #875341: hue angle of 15.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875341 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1358365-
CMYK00.390.520.47
HSL15.43º35%39.22%-
HSV(B)15.43º51.85%52.94%-
XYZ14.0411.726.52-
YUV96.5110.23155.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 65 (25.78% from 255) = 22.97%
R=47.70%
G=29.33%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135836500.390.520.4715.433539.22
Hex875341027342Ff2327
Octal2071231010476457174347
Binary100001111010011100000101001111101001011111111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875341; }

 p { color: rgb(135,83,65); }

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

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

 a { background-color: rgb(135,83,65); }

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

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

 span { border-color: rgb(135,83,65); }

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