Html Css Color HEX #86533D Ironstone

📋 copy color: '#86533D'

red 134 ◦ green 83 ◦ blue 61

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

Shades of Ironstone #86533D

Tints of Ironstone #86533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

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

R = 48.2%
G = 29.86%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#86533D (or 0x86533D) is known color: Ironstone. HEX triplet: 86, 53 and 3D. RGB value is (134,83,61). Sum of RGB (Red+Green+Blue) = 134+83+61=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86533D is #79ACC2. Grayscale: #5F5F5F. Windows color (decimal): -7974083 or 4019078. OLE color: 4019078.

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

Color convert

RGB 134 83 61 -
CMYK 0 0.38 0.54 0.47
HSL 18.08º 0.37% 0.38% -
HSV(B) 18.08º 0.54% 0.53% -
XYZ 13.77 11.59 5.93 -
YUV 95.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 134 83 61 0 0.38 0.54 0.47 18.08 0.37 0.38
Hex 86 53 3D 0 26 36 2F 12 25 26
Octal 206 123 75 0 46 66 57 22 45 46
Binary 10000110 1010011 111101 0 100110 110110 101111 10010 100101 100110

Color Harmonies of #86533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86533D

Black with #86533D

Text Example


Text Example

White with #86533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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