Html Css Color HEX #875442 Ironstone

📋 copy color: '#875442'

red 135 ◦ green 84 ◦ blue 66

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

Shades of Ironstone #875442

Tints of Ironstone #875442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.47%

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

R = 47.37%
G = 29.47%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#875442 (or 0x875442) is known color: Ironstone. HEX triplet: 87, 54 and 42. RGB value is (135,84,66). Sum of RGB (Red+Green+Blue) = 135+84+66=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875442 is #78ABBD. Grayscale: #616161. Windows color (decimal): -7908286 or 4347015. OLE color: 4347015.

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

Color convert

RGB 135 84 66 -
CMYK 0 0.38 0.51 0.47
HSL 15.65º 0.34% 0.39% -
HSV(B) 15.65º 0.51% 0.53% -
XYZ 14.15 11.88 6.7 -
YUV 97.2 110.4 154.96 -
System Red Green Blue C M Y K H S L
Decimal 135 84 66 0 0.38 0.51 0.47 15.65 0.34 0.39
Hex 87 54 42 0 26 33 2F 10 22 27
Octal 207 124 102 0 46 63 57 20 42 47
Binary 10000111 1010100 1000010 0 100110 110011 101111 10000 100010 100111

Color Harmonies of #875442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875442

Black with #875442

Text Example


Text Example

White with #875442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875442; }

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

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

background-color css

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

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

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

border-color css

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

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

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