Html Css Color HEX #86533B Ironstone

📋 copy color: '#86533B'

red 134 ◦ green 83 ◦ blue 59

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

Shades of Ironstone #86533B

Tints of Ironstone #86533B

RGB

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

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

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

R = 48.55%
G = 30.07%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#86533B (or 0x86533B) is known color: Ironstone. HEX triplet: 86, 53 and 3B. RGB value is (134,83,59). Sum of RGB (Red+Green+Blue) = 134+83+59=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #86533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86533B is #79ACC4. Grayscale: #5F5F5F. Windows color (decimal): -7974085 or 3888006. OLE color: 3888006.

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

Color convert

RGB 134 83 59 -
CMYK 0 0.38 0.56 0.47
HSL 19.2º 0.39% 0.38% -
HSV(B) 19.2º 0.56% 0.53% -
XYZ 13.71 11.57 5.65 -
YUV 95.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 134 83 59 0 0.38 0.56 0.47 19.2 0.39 0.38
Hex 86 53 3B 0 26 38 2F 13 27 26
Octal 206 123 73 0 46 70 57 23 47 46
Binary 10000110 1010011 111011 0 100110 111000 101111 10011 100111 100110

Color Harmonies of #86533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86533B

Black with #86533B

Text Example


Text Example

White with #86533B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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