Html Css Color HEX #865144 Ironstone

📋 copy color: '#865144'

red 134 ◦ green 81 ◦ blue 68

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

Shades of Ironstone #865144

Tints of Ironstone #865144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 47.35%
G = 28.62%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865144 (or 0x865144) is known color: Ironstone. HEX triplet: 86, 51 and 44. RGB value is (134,81,68). Sum of RGB (Red+Green+Blue) = 134+81+68=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #865144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865144 is #79AEBB. Grayscale: #5F5F5F. Windows color (decimal): -7974588 or 4477318. OLE color: 4477318.

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

Color convert

RGB 134 81 68 -
CMYK 0 0.40 0.49 0.47
HSL 11.82º 0.33% 0.4% -
HSV(B) 11.82º 0.49% 0.53% -
XYZ 13.82 11.37 6.94 -
YUV 95.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 134 81 68 0 0.40 0.49 0.47 11.82 0.33 0.4
Hex 86 51 44 0 28 31 2F C 21 28
Octal 206 121 104 0 50 61 57 14 41 50
Binary 10000110 1010001 1000100 0 101000 110001 101111 1100 100001 101000

Color Harmonies of #865144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865144

Black with #865144

Text Example


Text Example

White with #865144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865144; }

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

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

background-color css

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

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

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

border-color css

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

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

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