Html Css Color HEX #86523F Ironstone

📋 copy color: '#86523F'

red 134 ◦ green 82 ◦ blue 63

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

Shades of Ironstone #86523F

Tints of Ironstone #86523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.39%

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

R = 48.03%
G = 29.39%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86523F (or 0x86523F) is known color: Ironstone. HEX triplet: 86, 52 and 3F. RGB value is (134,82,63). Sum of RGB (Red+Green+Blue) = 134+82+63=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86523F is #79ADC0. Grayscale: #5F5F5F. Windows color (decimal): -7974337 or 4149894. OLE color: 4149894.

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

Color convert

RGB 134 82 63 -
CMYK 0 0.39 0.53 0.47
HSL 16.06º 0.36% 0.39% -
HSV(B) 16.06º 0.53% 0.53% -
XYZ 13.75 11.46 6.19 -
YUV 95.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 134 82 63 0 0.39 0.53 0.47 16.06 0.36 0.39
Hex 86 52 3F 0 27 35 2F 10 24 27
Octal 206 122 77 0 47 65 57 20 44 47
Binary 10000110 1010010 111111 0 100111 110101 101111 10000 100100 100111

Color Harmonies of #86523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86523F

Black with #86523F

Text Example


Text Example

White with #86523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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