Html Css Color HEX #875640 Ironstone

📋 copy color: '#875640'

red 135 ◦ green 86 ◦ blue 64

#875640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ironstone #875640

Tints of Ironstone #875640

RGB

 RED value IS 135 (53.13% from 255) = 47.37%

 GREEN value IS 86 (33.98% from 255) = 30.18%

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 47.37%
G = 30.18%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#875640 (or 0x875640) is known color: Ironstone. HEX triplet: 87, 56 and 40. RGB value is (135,86,64). Sum of RGB (Red+Green+Blue) = 135+86+64=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875640 is #78A9BF. Grayscale: #626262. Windows color (decimal): -7907776 or 4216455. OLE color: 4216455.

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

Color convert

RGB 135 86 64 -
CMYK 0 0.36 0.53 0.47
HSL 18.59º 0.36% 0.39% -
HSV(B) 18.59º 0.53% 0.53% -
XYZ 14.24 12.18 6.45 -
YUV 98.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 135 86 64 0 0.36 0.53 0.47 18.59 0.36 0.39
Hex 87 56 40 0 24 35 2F 13 24 27
Octal 207 126 100 0 44 65 57 23 44 47
Binary 10000111 1010110 1000000 0 100100 110101 101111 10011 100100 100111

Color Harmonies of #875640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875640

Black with #875640

Text Example


Text Example

White with #875640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875640; }

 p { color: rgb(135,86,64); }

 H1.HeaderClassName
 {
   color: #875640;
 }
 .AnyTagClassName
 {
   color: #875640;
 }
</style>

background-color css

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

 a { background-color: rgb(135,86,64); }

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

border-color css

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

 span { border-color: rgb(135,86,64); }

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