Html Css Color HEX #865540 Ironstone

📋 copy color: '#865540'

red 134 ◦ green 85 ◦ blue 64

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

Shades of Ironstone #865540

Tints of Ironstone #865540

RGB

 RED value IS 134 (52.73% from 255) = 47.35%

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

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 47.35%
G = 30.04%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#865540 (or 0x865540) is known color: Ironstone. HEX triplet: 86, 55 and 40. RGB value is (134,85,64). Sum of RGB (Red+Green+Blue) = 134+85+64=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #865540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865540 is #79AABF. Grayscale: #616161. Windows color (decimal): -7973568 or 4216198. OLE color: 4216198.

HSL color Cylindrical-coordinate representation of color #865540: 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 #865540 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 64 -
CMYK 0 0.37 0.52 0.47
HSL 18º 0.35% 0.39% -
HSV(B) 18º 0.52% 0.53% -
XYZ 14.01 11.94 6.42 -
YUV 97.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 134 85 64 0 0.37 0.52 0.47 18 0.35 0.39
Hex 86 55 40 0 25 34 2F 12 23 27
Octal 206 125 100 0 45 64 57 22 43 47
Binary 10000110 1010101 1000000 0 100101 110100 101111 10010 100011 100111

Color Harmonies of #865540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865540

Black with #865540

Text Example


Text Example

White with #865540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865540; }

 p { color: rgb(134,85,64); }

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

background-color css

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

 a { background-color: rgb(134,85,64); }

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

border-color css

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

 span { border-color: rgb(134,85,64); }

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