Html Css Color HEX #875540 Ironstone

📋 copy color: '#875540'

red 135 ◦ green 85 ◦ blue 64

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

Shades of Ironstone #875540

Tints of Ironstone #875540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 47.54%
G = 29.93%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#875540 (or 0x875540) is known color: Ironstone. HEX triplet: 87, 55 and 40. RGB value is (135,85,64). Sum of RGB (Red+Green+Blue) = 135+85+64=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #875540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875540 is #78AABF. Grayscale: #616161. Windows color (decimal): -7908032 or 4216199. OLE color: 4216199.

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

Color convert

RGB 135 85 64 -
CMYK 0 0.37 0.53 0.47
HSL 17.75º 0.36% 0.39% -
HSV(B) 17.75º 0.53% 0.53% -
XYZ 14.17 12.02 6.42 -
YUV 97.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 135 85 64 0 0.37 0.53 0.47 17.75 0.36 0.39
Hex 87 55 40 0 25 35 2F 12 24 27
Octal 207 125 100 0 45 65 57 22 44 47
Binary 10000111 1010101 1000000 0 100101 110101 101111 10010 100100 100111

Color Harmonies of #875540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875540

Black with #875540

Text Example


Text Example

White with #875540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875540; }

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

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

background-color css

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

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

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

border-color css

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

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

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