Html Css Color HEX #86513B Ironstone

📋 copy color: '#86513B'

red 134 ◦ green 81 ◦ blue 59

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

Shades of Ironstone #86513B

Tints of Ironstone #86513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.53%

R = 48.91%
G = 29.56%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86513B (or 0x86513B) is known color: Ironstone. HEX triplet: 86, 51 and 3B. RGB value is (134,81,59). Sum of RGB (Red+Green+Blue) = 134+81+59=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86513B is #79AEC4. Grayscale: #5E5E5E. Windows color (decimal): -7974597 or 3887494. OLE color: 3887494.

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

Color convert

RGB 134 81 59 -
CMYK 0 0.40 0.56 0.47
HSL 17.6º 0.39% 0.38% -
HSV(B) 17.6º 0.56% 0.53% -
XYZ 13.56 11.27 5.6 -
YUV 94.34 108.06 156.29 -
System Red Green Blue C M Y K H S L
Decimal 134 81 59 0 0.40 0.56 0.47 17.6 0.39 0.38
Hex 86 51 3B 0 28 38 2F 12 27 26
Octal 206 121 73 0 50 70 57 22 47 46
Binary 10000110 1010001 111011 0 101000 111000 101111 10010 100111 100110

Color Harmonies of #86513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86513B

Black with #86513B

Text Example


Text Example

White with #86513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86513B; }

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

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

background-color css

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

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

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

border-color css

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

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

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