Html Css Color HEX #875546 Ironstone

📋 copy color: '#875546'

red 135 ◦ green 85 ◦ blue 70

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

Shades of Ironstone #875546

Tints of Ironstone #875546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 46.55%
G = 29.31%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#875546 (or 0x875546) is known color: Ironstone. HEX triplet: 87, 55 and 46. RGB value is (135,85,70). Sum of RGB (Red+Green+Blue) = 135+85+70=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #875546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875546 is #78AAB9. Grayscale: #626262. Windows color (decimal): -7908026 or 4609415. OLE color: 4609415.

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

Color convert

RGB 135 85 70 -
CMYK 0 0.37 0.48 0.47
HSL 13.85º 0.32% 0.4% -
HSV(B) 13.85º 0.48% 0.53% -
XYZ 14.35 12.09 7.37 -
YUV 98.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 135 85 70 0 0.37 0.48 0.47 13.85 0.32 0.4
Hex 87 55 46 0 25 30 2F E 20 28
Octal 207 125 106 0 45 60 57 16 40 50
Binary 10000111 1010101 1000110 0 100101 110000 101111 1110 100000 101000

Color Harmonies of #875546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875546

Black with #875546

Text Example


Text Example

White with #875546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875546; }

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

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

background-color css

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

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

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

border-color css

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

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

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