Html Css Color HEX #865141 Ironstone

📋 copy color: '#865141'

red 134 ◦ green 81 ◦ blue 65

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

Shades of Ironstone #865141

Tints of Ironstone #865141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 47.86%
G = 28.93%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#865141 (or 0x865141) is known color: Ironstone. HEX triplet: 86, 51 and 41. RGB value is (134,81,65). Sum of RGB (Red+Green+Blue) = 134+81+65=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #865141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865141 is #79AEBE. Grayscale: #5F5F5F. Windows color (decimal): -7974591 or 4280710. OLE color: 4280710.

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

Color convert

RGB 134 81 65 -
CMYK 0 0.40 0.51 0.47
HSL 13.91º 0.35% 0.39% -
HSV(B) 13.91º 0.51% 0.53% -
XYZ 13.73 11.33 6.47 -
YUV 95.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 134 81 65 0 0.40 0.51 0.47 13.91 0.35 0.39
Hex 86 51 41 0 28 33 2F E 23 27
Octal 206 121 101 0 50 63 57 16 43 47
Binary 10000110 1010001 1000001 0 101000 110011 101111 1110 100011 100111

Color Harmonies of #865141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865141

Black with #865141

Text Example


Text Example

White with #865141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865141; }

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

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

background-color css

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

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

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

border-color css

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

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

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