Html Css Color HEX #875649 Ironstone

📋 copy color: '#875649'

red 135 ◦ green 86 ◦ blue 73

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

Shades of Ironstone #875649

Tints of Ironstone #875649

RGB

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

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

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

R = 45.92%
G = 29.25%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#875649 (or 0x875649) is known color: Ironstone. HEX triplet: 87, 56 and 49. RGB value is (135,86,73). Sum of RGB (Red+Green+Blue) = 135+86+73=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #875649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875649 is #78A9B6. Grayscale: #636363. Windows color (decimal): -7907767 or 4806279. OLE color: 4806279.

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

Color convert

RGB 135 86 73 -
CMYK 0 0.36 0.46 0.47
HSL 12.58º 0.3% 0.41% -
HSV(B) 12.58º 0.46% 0.53% -
XYZ 14.52 12.29 7.91 -
YUV 99.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 135 86 73 0 0.36 0.46 0.47 12.58 0.3 0.41
Hex 87 56 49 0 24 2E 2F D 1E 29
Octal 207 126 111 0 44 56 57 15 36 51
Binary 10000111 1010110 1001001 0 100100 101110 101111 1101 11110 101001

Color Harmonies of #875649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875649

Black with #875649

Text Example


Text Example

White with #875649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875649; }

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

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

background-color css

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

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

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

border-color css

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

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

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