Html Css Color HEX #86523B Ironstone

📋 copy color: '#86523B'

red 134 ◦ green 82 ◦ blue 59

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

Shades of Ironstone #86523B

Tints of Ironstone #86523B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.45%

R = 48.73%
G = 29.82%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86523B (or 0x86523B) is known color: Ironstone. HEX triplet: 86, 52 and 3B. RGB value is (134,82,59). Sum of RGB (Red+Green+Blue) = 134+82+59=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86523B is #79ADC4. Grayscale: #5F5F5F. Windows color (decimal): -7974341 or 3887750. OLE color: 3887750.

HSL color Cylindrical-coordinate representation of color #86523B: hue angle of 18.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86523B is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 82 59 -
CMYK 0 0.39 0.56 0.47
HSL 18.4º 0.39% 0.38% -
HSV(B) 18.4º 0.56% 0.53% -
XYZ 13.64 11.42 5.62 -
YUV 94.93 107.73 155.87 -
System Red Green Blue C M Y K H S L
Decimal 134 82 59 0 0.39 0.56 0.47 18.4 0.39 0.38
Hex 86 52 3B 0 27 38 2F 12 27 26
Octal 206 122 73 0 47 70 57 22 47 46
Binary 10000110 1010010 111011 0 100111 111000 101111 10010 100111 100110

Color Harmonies of #86523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86523B

Black with #86523B

Text Example


Text Example

White with #86523B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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