Html Css Color HEX #865143 Ironstone

📋 copy color: '#865143'

red 134 ◦ green 81 ◦ blue 67

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

Shades of Ironstone #865143

Tints of Ironstone #865143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.76%

R = 47.52%
G = 28.72%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#865143 (or 0x865143) is known color: Ironstone. HEX triplet: 86, 51 and 43. RGB value is (134,81,67). Sum of RGB (Red+Green+Blue) = 134+81+67=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #865143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865143 is #79AEBC. Grayscale: #5F5F5F. Windows color (decimal): -7974589 or 4411782. OLE color: 4411782.

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

Color convert

RGB 134 81 67 -
CMYK 0 0.40 0.5 0.47
HSL 12.54º 0.33% 0.39% -
HSV(B) 12.54º 0.5% 0.53% -
XYZ 13.79 11.36 6.78 -
YUV 95.25 112.06 155.64 -
System Red Green Blue C M Y K H S L
Decimal 134 81 67 0 0.40 0.5 0.47 12.54 0.33 0.39
Hex 86 51 43 0 28 32 2F D 21 27
Octal 206 121 103 0 50 62 57 15 41 47
Binary 10000110 1010001 1000011 0 101000 110010 101111 1101 100001 100111

Color Harmonies of #865143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865143

Black with #865143

Text Example


Text Example

White with #865143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865143; }

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

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

background-color css

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

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

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

border-color css

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

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

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