Html Css Color HEX #86523C Ironstone

📋 copy color: '#86523C'

red 134 ◦ green 82 ◦ blue 60

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

Shades of Ironstone #86523C

Tints of Ironstone #86523C

RGB

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

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

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

R = 48.55%
G = 29.71%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86523C (or 0x86523C) is known color: Ironstone. HEX triplet: 86, 52 and 3C. RGB value is (134,82,60). Sum of RGB (Red+Green+Blue) = 134+82+60=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86523C is #79ADC3. Grayscale: #5F5F5F. Windows color (decimal): -7974340 or 3953286. OLE color: 3953286.

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

Color convert

RGB 134 82 60 -
CMYK 0 0.39 0.55 0.47
HSL 17.84º 0.38% 0.38% -
HSV(B) 17.84º 0.55% 0.53% -
XYZ 13.66 11.43 5.76 -
YUV 95.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 134 82 60 0 0.39 0.55 0.47 17.84 0.38 0.38
Hex 86 52 3C 0 27 37 2F 12 26 26
Octal 206 122 74 0 47 67 57 22 46 46
Binary 10000110 1010010 111100 0 100111 110111 101111 10010 100110 100110

Color Harmonies of #86523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86523C

Black with #86523C

Text Example


Text Example

White with #86523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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