Html Css Color HEX #86553F Ironstone

📋 copy color: '#86553F'

red 134 ◦ green 85 ◦ blue 63

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

Shades of Ironstone #86553F

Tints of Ironstone #86553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

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

R = 47.52%
G = 30.14%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86553F (or 0x86553F) is known color: Ironstone. HEX triplet: 86, 55 and 3F. RGB value is (134,85,63). Sum of RGB (Red+Green+Blue) = 134+85+63=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86553F is #79AAC0. Grayscale: #616161. Windows color (decimal): -7973569 or 4150662. OLE color: 4150662.

HSL color Cylindrical-coordinate representation of color #86553F: hue angle of 18.59º 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 #86553F is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 85 63 -
CMYK 0 0.37 0.53 0.47
HSL 18.59º 0.36% 0.39% -
HSV(B) 18.59º 0.53% 0.53% -
XYZ 13.98 11.92 6.27 -
YUV 97.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 134 85 63 0 0.37 0.53 0.47 18.59 0.36 0.39
Hex 86 55 3F 0 25 35 2F 13 24 27
Octal 206 125 77 0 45 65 57 23 44 47
Binary 10000110 1010101 111111 0 100101 110101 101111 10011 100100 100111

Color Harmonies of #86553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86553F

Black with #86553F

Text Example


Text Example

White with #86553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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