Html Css Color HEX #875746 Ironstone

📋 copy color: '#875746'

red 135 ◦ green 87 ◦ blue 70

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

Shades of Ironstone #875746

Tints of Ironstone #875746

RGB

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

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

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

R = 46.23%
G = 29.79%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#875746 (or 0x875746) is known color: Ironstone. HEX triplet: 87, 57 and 46. RGB value is (135,87,70). Sum of RGB (Red+Green+Blue) = 135+87+70=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #875746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875746 is #78A8B9. Grayscale: #636363. Windows color (decimal): -7907514 or 4609927. OLE color: 4609927.

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

Color convert

RGB 135 87 70 -
CMYK 0 0.36 0.48 0.47
HSL 15.69º 0.32% 0.4% -
HSV(B) 15.69º 0.48% 0.53% -
XYZ 14.51 12.41 7.43 -
YUV 99.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 135 87 70 0 0.36 0.48 0.47 15.69 0.32 0.4
Hex 87 57 46 0 24 30 2F 10 20 28
Octal 207 127 106 0 44 60 57 20 40 50
Binary 10000111 1010111 1000110 0 100100 110000 101111 10000 100000 101000

Color Harmonies of #875746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875746

Black with #875746

Text Example


Text Example

White with #875746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875746; }

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

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

background-color css

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

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

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

border-color css

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

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

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