Html Css Color HEX #86503E Ironstone

📋 copy color: '#86503E'

red 134 ◦ green 80 ◦ blue 62

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

Shades of Ironstone #86503E

Tints of Ironstone #86503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 48.55%
G = 28.99%
B = 22.46%

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

#86503E (or 0x86503E) is known color: Ironstone. HEX triplet: 86, 50 and 3E. RGB value is (134,80,62). Sum of RGB (Red+Green+Blue) = 134+80+62=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86503E is #79AFC1. Grayscale: #5E5E5E. Windows color (decimal): -7974850 or 4083846. OLE color: 4083846.

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

Color convert

RGB 134 80 62 -
CMYK 0 0.40 0.54 0.47
HSL 15º 0.37% 0.38% -
HSV(B) 15º 0.54% 0.53% -
XYZ 13.57 11.15 6 -
YUV 94.09 109.89 156.46 -
System Red Green Blue C M Y K H S L
Decimal 134 80 62 0 0.40 0.54 0.47 15 0.37 0.38
Hex 86 50 3E 0 28 36 2F F 25 26
Octal 206 120 76 0 50 66 57 17 45 46
Binary 10000110 1010000 111110 0 101000 110110 101111 1111 100101 100110

Color Harmonies of #86503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86503E

Black with #86503E

Text Example


Text Example

White with #86503E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86503E; }

 p { color: rgb(134,80,62); }

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

background-color css

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

 a { background-color: rgb(134,80,62); }

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

border-color css

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

 span { border-color: rgb(134,80,62); }

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