#875745

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

Shades of Ironstone #875745

Tints of Ironstone #875745

Color information

#875745 (or 0x875745) is unknown color: approx Ironstone. HEX triplet: 87, 57 and 45. RGB value is (135,87,69). Sum of RGB (Red+Green+Blue) = 135+87+69=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #875745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875745 is #78A8BA. Grayscale: #636363. Windows color (decimal): -7907515 or 4544391. OLE color: 4544391.

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

Color convert

RGB1358769-
CMYK00.360.490.47
HSL16.36º32.35%40%-
HSV(B)16.36º48.89%52.94%-
XYZ14.4712.47.26-
YUV99.3110.9153.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.39%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 69 (27.34% from 255) = 23.71%
R=46.39%
G=29.90%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135876900.360.490.4716.3632.3540
Hex875745024312F102028
Octal2071271050446157204050
Binary1000011110101111000101010010011000110111110000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875745; }

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

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

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

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

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

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

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

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