Html Css Color HEX #86543F Ironstone

📋 copy color: '#86543F'

red 134 ◦ green 84 ◦ blue 63

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

Shades of Ironstone #86543F

Tints of Ironstone #86543F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 47.69%
G = 29.89%
B = 22.42%

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

#86543F (or 0x86543F) is known color: Ironstone. HEX triplet: 86, 54 and 3F. RGB value is (134,84,63). Sum of RGB (Red+Green+Blue) = 134+84+63=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #86543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86543F is #79ABC0. Grayscale: #606060. Windows color (decimal): -7973825 or 4150406. OLE color: 4150406.

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

Color convert

RGB 134 84 63 -
CMYK 0 0.37 0.53 0.47
HSL 17.75º 0.36% 0.39% -
HSV(B) 17.75º 0.53% 0.53% -
XYZ 13.9 11.77 6.24 -
YUV 96.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 134 84 63 0 0.37 0.53 0.47 17.75 0.36 0.39
Hex 86 54 3F 0 25 35 2F 12 24 27
Octal 206 124 77 0 45 65 57 22 44 47
Binary 10000110 1010100 111111 0 100101 110101 101111 10010 100100 100111

Color Harmonies of #86543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86543F

Black with #86543F

Text Example


Text Example

White with #86543F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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