Html Css Color HEX #875142 Ironstone

📋 copy color: '#875142'

red 135 ◦ green 81 ◦ blue 66

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

Shades of Ironstone #875142

Tints of Ironstone #875142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 47.87%
G = 28.72%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#875142 (or 0x875142) is known color: Ironstone. HEX triplet: 87, 51 and 42. RGB value is (135,81,66). Sum of RGB (Red+Green+Blue) = 135+81+66=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #875142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875142 is #78AEBD. Grayscale: #5F5F5F. Windows color (decimal): -7909054 or 4346247. OLE color: 4346247.

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

Color convert

RGB 135 81 66 -
CMYK 0 0.40 0.51 0.47
HSL 13.04º 0.34% 0.39% -
HSV(B) 13.04º 0.51% 0.53% -
XYZ 13.92 11.43 6.63 -
YUV 95.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 135 81 66 0 0.40 0.51 0.47 13.04 0.34 0.39
Hex 87 51 42 0 28 33 2F D 22 27
Octal 207 121 102 0 50 63 57 15 42 47
Binary 10000111 1010001 1000010 0 101000 110011 101111 1101 100010 100111

Color Harmonies of #875142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875142

Black with #875142

Text Example


Text Example

White with #875142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875142; }

 p { color: rgb(135,81,66); }

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

background-color css

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

 a { background-color: rgb(135,81,66); }

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

border-color css

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

 span { border-color: rgb(135,81,66); }

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