Html Css Color HEX #865543 Ironstone

📋 copy color: '#865543'

red 134 ◦ green 85 ◦ blue 67

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

Shades of Ironstone #865543

Tints of Ironstone #865543

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 67 (26.56% from 255) = 23.43%

R = 46.85%
G = 29.72%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.47

RGB Variations

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

Color information

#865543 (or 0x865543) is known color: Ironstone. HEX triplet: 86, 55 and 43. RGB value is (134,85,67). Sum of RGB (Red+Green+Blue) = 134+85+67=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #865543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865543 is #79AABC. Grayscale: #616161. Windows color (decimal): -7973565 or 4412806. OLE color: 4412806.

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

Color convert

RGB 134 85 67 -
CMYK 0 0.37 0.5 0.47
HSL 16.12º 0.33% 0.39% -
HSV(B) 16.12º 0.5% 0.53% -
XYZ 14.09 11.97 6.88 -
YUV 97.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 134 85 67 0 0.37 0.5 0.47 16.12 0.33 0.39
Hex 86 55 43 0 25 32 2F 10 21 27
Octal 206 125 103 0 45 62 57 20 41 47
Binary 10000110 1010101 1000011 0 100101 110010 101111 10000 100001 100111

Color Harmonies of #865543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865543

Black with #865543

Text Example


Text Example

White with #865543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865543; }

 p { color: rgb(134,85,67); }

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

background-color css

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

 a { background-color: rgb(134,85,67); }

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

border-color css

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

 span { border-color: rgb(134,85,67); }

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