Html Css Color HEX #875549 Ironstone

📋 copy color: '#875549'

red 135 ◦ green 85 ◦ blue 73

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

Shades of Ironstone #875549

Tints of Ironstone #875549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.91%

R = 46.08%
G = 29.01%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#875549 (or 0x875549) is known color: Ironstone. HEX triplet: 87, 55 and 49. RGB value is (135,85,73). Sum of RGB (Red+Green+Blue) = 135+85+73=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #875549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875549 is #78AAB6. Grayscale: #626262. Windows color (decimal): -7908023 or 4806023. OLE color: 4806023.

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

Color convert

RGB 135 85 73 -
CMYK 0 0.37 0.46 0.47
HSL 11.61º 0.3% 0.41% -
HSV(B) 11.61º 0.46% 0.53% -
XYZ 14.44 12.13 7.88 -
YUV 98.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 135 85 73 0 0.37 0.46 0.47 11.61 0.3 0.41
Hex 87 55 49 0 25 2E 2F C 1E 29
Octal 207 125 111 0 45 56 57 14 36 51
Binary 10000111 1010101 1001001 0 100101 101110 101111 1100 11110 101001

Color Harmonies of #875549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875549

Black with #875549

Text Example


Text Example

White with #875549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875549; }

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

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

background-color css

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

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

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

border-color css

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

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

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