Html Css Color HEX #865541 Ironstone

📋 copy color: '#865541'

red 134 ◦ green 85 ◦ blue 65

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

Shades of Ironstone #865541

Tints of Ironstone #865541

RGB

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

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

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

R = 47.18%
G = 29.93%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865541 (or 0x865541) is known color: Ironstone. HEX triplet: 86, 55 and 41. RGB value is (134,85,65). Sum of RGB (Red+Green+Blue) = 134+85+65=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #865541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865541 is #79AABE. Grayscale: #616161. Windows color (decimal): -7973567 or 4281734. OLE color: 4281734.

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

Color convert

RGB 134 85 65 -
CMYK 0 0.37 0.51 0.47
HSL 17.39º 0.35% 0.39% -
HSV(B) 17.39º 0.51% 0.53% -
XYZ 14.03 11.95 6.57 -
YUV 97.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 134 85 65 0 0.37 0.51 0.47 17.39 0.35 0.39
Hex 86 55 41 0 25 33 2F 11 23 27
Octal 206 125 101 0 45 63 57 21 43 47
Binary 10000110 1010101 1000001 0 100101 110011 101111 10001 100011 100111

Color Harmonies of #865541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865541

Black with #865541

Text Example


Text Example

White with #865541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865541; }

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

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

background-color css

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

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

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

border-color css

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

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

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