#875343

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

Shades of Ironstone #875343

Tints of Ironstone #875343

Color information

#875343 (or 0x875343) is unknown color: approx Ironstone. HEX triplet: 87, 53 and 43. RGB value is (135,83,67). Sum of RGB (Red+Green+Blue) = 135+83+67=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875343 is #78ACBC. Grayscale: #606060. Windows color (decimal): -7908541 or 4412295. OLE color: 4412295.

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

Color convert

RGB1358367-
CMYK00.390.500.47
HSL14.12º33.66%39.61%-
HSV(B)14.12º50.37%52.94%-
XYZ14.111.746.83-
YUV96.72111.23155.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=47.37%
G=29.12%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135836700.390.500.4714.1233.6639.61
Hex875343027322Fe2228
Octal2071231030476257164250
Binary100001111010011100001101001111100101011111110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875343; }

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

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

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

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

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

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

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

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