Html Css Color HEX #86543D Ironstone

📋 copy color: '#86543D'

red 134 ◦ green 84 ◦ blue 61

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

Shades of Ironstone #86543D

Tints of Ironstone #86543D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 48.03%
G = 30.11%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86543D (or 0x86543D) is known color: Ironstone. HEX triplet: 86, 54 and 3D. RGB value is (134,84,61). Sum of RGB (Red+Green+Blue) = 134+84+61=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86543D is #79ABC2. Grayscale: #606060. Windows color (decimal): -7973827 or 4019334. OLE color: 4019334.

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

Color convert

RGB 134 84 61 -
CMYK 0 0.37 0.54 0.47
HSL 18.9º 0.37% 0.38% -
HSV(B) 18.9º 0.54% 0.53% -
XYZ 13.84 11.75 5.95 -
YUV 96.33 108.07 154.87 -
System Red Green Blue C M Y K H S L
Decimal 134 84 61 0 0.37 0.54 0.47 18.9 0.37 0.38
Hex 86 54 3D 0 25 36 2F 13 25 26
Octal 206 124 75 0 45 66 57 23 45 46
Binary 10000110 1010100 111101 0 100101 110110 101111 10011 100101 100110

Color Harmonies of #86543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86543D

Black with #86543D

Text Example


Text Example

White with #86543D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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