Html Css Color HEX #875547 Ironstone

📋 copy color: '#875547'

red 135 ◦ green 85 ◦ blue 71

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

Shades of Ironstone #875547

Tints of Ironstone #875547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.4%

R = 46.39%
G = 29.21%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#875547 (or 0x875547) is known color: Ironstone. HEX triplet: 87, 55 and 47. RGB value is (135,85,71). Sum of RGB (Red+Green+Blue) = 135+85+71=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #875547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875547 is #78AAB8. Grayscale: #626262. Windows color (decimal): -7908025 or 4674951. OLE color: 4674951.

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

Color convert

RGB 135 85 71 -
CMYK 0 0.37 0.47 0.47
HSL 13.13º 0.31% 0.4% -
HSV(B) 13.13º 0.47% 0.53% -
XYZ 14.38 12.1 7.54 -
YUV 98.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 135 85 71 0 0.37 0.47 0.47 13.13 0.31 0.4
Hex 87 55 47 0 25 2F 2F D 1F 28
Octal 207 125 107 0 45 57 57 15 37 50
Binary 10000111 1010101 1000111 0 100101 101111 101111 1101 11111 101000

Color Harmonies of #875547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875547

Black with #875547

Text Example


Text Example

White with #875547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875547; }

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

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

background-color css

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

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

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

border-color css

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

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

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