Html Css Color HEX #875742 Ironstone

📋 copy color: '#875742'

red 135 ◦ green 87 ◦ blue 66

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

Shades of Ironstone #875742

Tints of Ironstone #875742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 46.88%
G = 30.21%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#875742 (or 0x875742) is known color: Ironstone. HEX triplet: 87, 57 and 42. RGB value is (135,87,66). Sum of RGB (Red+Green+Blue) = 135+87+66=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875742 is #78A8BD. Grayscale: #636363. Windows color (decimal): -7907518 or 4347783. OLE color: 4347783.

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

Color convert

RGB 135 87 66 -
CMYK 0 0.36 0.51 0.47
HSL 18.26º 0.34% 0.39% -
HSV(B) 18.26º 0.51% 0.53% -
XYZ 14.38 12.36 6.78 -
YUV 98.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 135 87 66 0 0.36 0.51 0.47 18.26 0.34 0.39
Hex 87 57 42 0 24 33 2F 12 22 27
Octal 207 127 102 0 44 63 57 22 42 47
Binary 10000111 1010111 1000010 0 100100 110011 101111 10010 100010 100111

Color Harmonies of #875742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875742

Black with #875742

Text Example


Text Example

White with #875742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875742; }

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

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

background-color css

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

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

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

border-color css

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

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

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