Html Css Color HEX #875645 Ironstone

📋 copy color: '#875645'

red 135 ◦ green 86 ◦ blue 69

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

Shades of Ironstone #875645

Tints of Ironstone #875645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.79%

R = 46.55%
G = 29.66%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#875645 (or 0x875645) is known color: Ironstone. HEX triplet: 87, 56 and 45. RGB value is (135,86,69). Sum of RGB (Red+Green+Blue) = 135+86+69=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #875645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875645 is #78A9BA. Grayscale: #626262. Windows color (decimal): -7907771 or 4544135. OLE color: 4544135.

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

Color convert

RGB 135 86 69 -
CMYK 0 0.36 0.49 0.47
HSL 15.45º 0.32% 0.4% -
HSV(B) 15.45º 0.49% 0.53% -
XYZ 14.39 12.24 7.23 -
YUV 98.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 135 86 69 0 0.36 0.49 0.47 15.45 0.32 0.4
Hex 87 56 45 0 24 31 2F F 20 28
Octal 207 126 105 0 44 61 57 17 40 50
Binary 10000111 1010110 1000101 0 100100 110001 101111 1111 100000 101000

Color Harmonies of #875645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875645

Black with #875645

Text Example


Text Example

White with #875645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875645; }

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

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

background-color css

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

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

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

border-color css

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

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

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