Html Css Color HEX #86503F Ironstone

📋 copy color: '#86503F'

red 134 ◦ green 80 ◦ blue 63

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

Shades of Ironstone #86503F

Tints of Ironstone #86503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.74%

R = 48.38%
G = 28.88%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86503F (or 0x86503F) is known color: Ironstone. HEX triplet: 86, 50 and 3F. RGB value is (134,80,63). Sum of RGB (Red+Green+Blue) = 134+80+63=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 134 - color contains mainly: red. Hex color #86503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86503F is #79AFC0. Grayscale: #5E5E5E. Windows color (decimal): -7974849 or 4149382. OLE color: 4149382.

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

Color convert

RGB 134 80 63 -
CMYK 0 0.40 0.53 0.47
HSL 14.37º 0.36% 0.39% -
HSV(B) 14.37º 0.53% 0.53% -
XYZ 13.6 11.16 6.14 -
YUV 94.21 110.39 156.38 -
System Red Green Blue C M Y K H S L
Decimal 134 80 63 0 0.40 0.53 0.47 14.37 0.36 0.39
Hex 86 50 3F 0 28 35 2F E 24 27
Octal 206 120 77 0 50 65 57 16 44 47
Binary 10000110 1010000 111111 0 101000 110101 101111 1110 100100 100111

Color Harmonies of #86503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86503F

Black with #86503F

Text Example


Text Example

White with #86503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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