Html Css Color HEX #86513D Ironstone

📋 copy color: '#86513D'

red 134 ◦ green 81 ◦ blue 61

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

Shades of Ironstone #86513D

Tints of Ironstone #86513D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 48.55%
G = 29.35%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86513D (or 0x86513D) is known color: Ironstone. HEX triplet: 86, 51 and 3D. RGB value is (134,81,61). Sum of RGB (Red+Green+Blue) = 134+81+61=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86513D is #79AEC2. Grayscale: #5E5E5E. Windows color (decimal): -7974595 or 4018566. OLE color: 4018566.

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

Color convert

RGB 134 81 61 -
CMYK 0 0.40 0.54 0.47
HSL 16.44º 0.37% 0.38% -
HSV(B) 16.44º 0.54% 0.53% -
XYZ 13.62 11.29 5.88 -
YUV 94.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 134 81 61 0 0.40 0.54 0.47 16.44 0.37 0.38
Hex 86 51 3D 0 28 36 2F 10 25 26
Octal 206 121 75 0 50 66 57 20 45 46
Binary 10000110 1010001 111101 0 101000 110110 101111 10000 100101 100110

Color Harmonies of #86513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86513D

Black with #86513D

Text Example


Text Example

White with #86513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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