#875748

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

Shades of Ironstone #875748

Tints of Ironstone #875748

Color information

#875748 (or 0x875748) is unknown color: approx Ironstone. HEX triplet: 87, 57 and 48. RGB value is (135,87,72). Sum of RGB (Red+Green+Blue) = 135+87+72=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #875748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875748 is #78A8B7. Grayscale: #636363. Windows color (decimal): -7907512 or 4740999. OLE color: 4740999.

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

Color convert

RGB1358772-
CMYK00.360.470.47
HSL14.29º30.43%40.59%-
HSV(B)14.29º46.67%52.94%-
XYZ14.5712.447.76-
YUV99.64112.4153.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 87 (34.38% from 255) = 29.59%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=45.92%
G=29.59%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135877200.360.470.4714.2930.4340.59
Hex8757480242F2Fe1e29
Octal2071271100445757163651
Binary10000111101011110010000100100101111101111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875748; }

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

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

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

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

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

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

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

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