Html Css Color HEX #875641 Ironstone

📋 copy color: '#875641'

red 135 ◦ green 86 ◦ blue 65

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

Shades of Ironstone #875641

Tints of Ironstone #875641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 47.2%
G = 30.07%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#875641 (or 0x875641) is known color: Ironstone. HEX triplet: 87, 56 and 41. RGB value is (135,86,65). Sum of RGB (Red+Green+Blue) = 135+86+65=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #875641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875641 is #78A9BE. Grayscale: #626262. Windows color (decimal): -7907775 or 4281991. OLE color: 4281991.

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

Color convert

RGB 135 86 65 -
CMYK 0 0.36 0.52 0.47
HSL 18º 0.35% 0.39% -
HSV(B) 18º 0.52% 0.53% -
XYZ 14.27 12.19 6.6 -
YUV 98.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 135 86 65 0 0.36 0.52 0.47 18 0.35 0.39
Hex 87 56 41 0 24 34 2F 12 23 27
Octal 207 126 101 0 44 64 57 22 43 47
Binary 10000111 1010110 1000001 0 100100 110100 101111 10010 100011 100111

Color Harmonies of #875641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875641

Black with #875641

Text Example


Text Example

White with #875641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875641; }

 p { color: rgb(135,86,65); }

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

background-color css

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

 a { background-color: rgb(135,86,65); }

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

border-color css

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

 span { border-color: rgb(135,86,65); }

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