#875545

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

Shades of Ironstone #875545

Tints of Ironstone #875545

Color information

#875545 (or 0x875545) is unknown color: approx Ironstone. HEX triplet: 87, 55 and 45. RGB value is (135,85,69). Sum of RGB (Red+Green+Blue) = 135+85+69=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875545 is #78AABA. Grayscale: #626262. Windows color (decimal): -7908027 or 4543879. OLE color: 4543879.

HSL color Cylindrical-coordinate representation of color #875545: hue angle of 14.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #875545 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1358569-
CMYK00.370.490.47
HSL14.55º32.35%40%-
HSV(B)14.55º48.89%52.94%-
XYZ14.3112.087.21-
YUV98.13111.56154.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=46.71%
G=29.41%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135856900.370.490.4714.5532.3540
Hex875545025312Ff2028
Octal2071251050456157174050
Binary100001111010101100010101001011100011011111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875545; }

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

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

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

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

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

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

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

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