Html Css Color HEX #86503C Ironstone

📋 copy color: '#86503C'

red 134 ◦ green 80 ◦ blue 60

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

Shades of Ironstone #86503C

Tints of Ironstone #86503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 48.91%
G = 29.2%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86503C (or 0x86503C) is known color: Ironstone. HEX triplet: 86, 50 and 3C. RGB value is (134,80,60). Sum of RGB (Red+Green+Blue) = 134+80+60=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86503C is #79AFC3. Grayscale: #5D5D5D. Windows color (decimal): -7974852 or 3952774. OLE color: 3952774.

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

Color convert

RGB 134 80 60 -
CMYK 0 0.40 0.55 0.47
HSL 16.22º 0.38% 0.38% -
HSV(B) 16.22º 0.55% 0.53% -
XYZ 13.52 11.13 5.71 -
YUV 93.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 134 80 60 0 0.40 0.55 0.47 16.22 0.38 0.38
Hex 86 50 3C 0 28 37 2F 10 26 26
Octal 206 120 74 0 50 67 57 20 46 46
Binary 10000110 1010000 111100 0 101000 110111 101111 10000 100110 100110

Color Harmonies of #86503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86503C

Black with #86503C

Text Example


Text Example

White with #86503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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